open-nomad/ui/app/styles/components/cli-window.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
283 B
SCSS
Raw Normal View History

/**
* 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;
}
2018-01-26 00:56:52 +00:00
&.is-elastic {
height: auto;
}
}