mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 20:03:52 +00:00
Feat/104 (#140)
* feat/104: isolate control components * feat/104: open components in isolated window * feat/104: update tests
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@use '../styles/main' as *;
|
||||
|
||||
.wrapper {
|
||||
background: $bg-black;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
color: $title-white;
|
||||
padding: max(16px, 2vh);
|
||||
}
|
||||
Reference in New Issue
Block a user