12 lines
133 B
SCSS
12 lines
133 B
SCSS
|
.cli-window {
|
||
|
background: transparent;
|
||
|
color: $white;
|
||
|
|
||
|
height: 500px;
|
||
|
overflow: auto;
|
||
|
|
||
|
.is-light {
|
||
|
color: $text;
|
||
|
}
|
||
|
}
|