Files
ontime/client/src/features/FeatureWrapper.module.scss
T
Carlos Valente c394cd5d4b Feat/104 (#140)
* feat/104: isolate control components
* feat/104: open components in isolated window
* feat/104: update tests
2022-05-29 11:19:29 +02:00

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);
}