github.com/hernad/nomad@v1.6.112/ui/app/styles/components/cli-window.scss (about)

     1  /**
     2   * Copyright (c) HashiCorp, Inc.
     3   * SPDX-License-Identifier: MPL-2.0
     4   */
     5  
     6  .cli-window {
     7    background: transparent;
     8    color: $white;
     9  
    10    height: 500px;
    11    overflow: auto;
    12  
    13    code {
    14      height: 100%;
    15  
    16      &.wrapped {
    17        white-space: pre-wrap;
    18      }
    19    }
    20  
    21    .is-light {
    22      color: $text;
    23    }
    24  
    25    &.is-elastic {
    26      height: auto;
    27    }
    28  }