11 lines
154 B
CSS
11 lines
154 B
CSS
Screen {
|
|
align: center middle;
|
|
}
|
|
|
|
Vertical {
|
|
width: auto;
|
|
height: auto;
|
|
border: solid $primary;
|
|
background: $panel;
|
|
padding: 2;
|
|
}
|