open-nomad/ui/app/styles/components/cli-window.scss
2018-02-06 10:53:51 -08:00

20 lines
205 B
SCSS

.cli-window {
background: transparent;
color: $white;
height: 500px;
overflow: auto;
code {
height: 100%;
}
.is-light {
color: $text;
}
&.is-elastic {
height: auto;
}
}