github.com/manicqin/nomad@v0.9.5/ui/app/styles/components/cli-window.scss (about)

     1  .cli-window {
     2    background: transparent;
     3    color: $white;
     4  
     5    height: 500px;
     6    overflow: auto;
     7  
     8    code {
     9      height: 100%;
    10    }
    11  
    12    .is-light {
    13      color: $text;
    14    }
    15  
    16    &.is-elastic {
    17      height: auto;
    18    }
    19  }