* feat/104: isolate control components
* feat/104: open components in isolated window
* feat/104: update tests
This commit is contained in:
Carlos Valente
2022-05-29 11:19:29 +02:00
committed by GitHub
parent 412d230cee
commit c394cd5d4b
10 changed files with 206 additions and 52 deletions
@@ -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);
}