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

20 lines
205 B
SCSS
Raw Normal View History

.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;
}
}