Added first mock design and CAS tests

This commit is contained in:
Kevin FEDYNA
2024-12-02 14:21:07 +01:00
parent a5f4a0458f
commit b3fbe6b6c8
8 changed files with 273 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
section#main {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: start;
background-color: light-dark(var(--light-background-color-ui), var(--dark-background-color-ui));
padding: 2em;
font-size: 2em;
border-radius: 0.5em;
z-index: 999;
width: 90dvw;
height: 90dvh;
}