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