mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 17:03:53 +00:00
c394cd5d4b
* feat/104: isolate control components * feat/104: open components in isolated window * feat/104: update tests
10 lines
163 B
SCSS
10 lines
163 B
SCSS
@use '../styles/main' as *;
|
|
|
|
.wrapper {
|
|
background: $bg-black;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: auto;
|
|
color: $title-white;
|
|
padding: max(16px, 2vh);
|
|
} |