2017-11-15 17:13:17 +00:00
|
|
|
.cli-window {
|
|
|
|
background: transparent;
|
|
|
|
color: $white;
|
|
|
|
|
|
|
|
height: 500px;
|
|
|
|
overflow: auto;
|
|
|
|
|
2017-12-06 21:35:24 +00:00
|
|
|
code {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2017-11-15 17:13:17 +00:00
|
|
|
.is-light {
|
|
|
|
color: $text;
|
|
|
|
}
|
2018-01-26 00:56:52 +00:00
|
|
|
|
|
|
|
&.is-elastic {
|
|
|
|
height: auto;
|
|
|
|
}
|
2017-11-15 17:13:17 +00:00
|
|
|
}
|