open-nomad/ui/app/styles/components/cli-window.scss
2023-04-10 15:36:59 +00:00

25 lines
283 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
.cli-window {
background: transparent;
color: $white;
height: 500px;
overflow: auto;
code {
height: 100%;
}
.is-light {
color: $text;
}
&.is-elastic {
height: auto;
}
}