24 lines
352 B
Plaintext
24 lines
352 B
Plaintext
|
Screen {
|
||
|
layout: horizontal;
|
||
|
scrollbar-size: 0 0;
|
||
|
}
|
||
|
|
||
|
.largeLabel {
|
||
|
width: 40%;
|
||
|
}
|
||
|
|
||
|
.baseLog {
|
||
|
height: 80%;
|
||
|
scrollbar-background: $primary-background;
|
||
|
scrollbar-corner-color: $primary-background;
|
||
|
scrollbar-color: green;
|
||
|
scrollbar-size: 0 1;
|
||
|
}
|
||
|
|
||
|
ProgressBar {
|
||
|
width: 50%;
|
||
|
}
|
||
|
Bar > .bar--bar {
|
||
|
color: green;
|
||
|
}
|