layout, mdi, static menu & page, font, ...

This commit is contained in:
2023-01-30 16:34:20 +01:00
parent 3e791910cc
commit a8883be9b7
32 changed files with 2242 additions and 47 deletions

16
src/assets/base.scss Normal file
View File

@@ -0,0 +1,16 @@
body{
font-size: 16px;
}
@for $i from 1 to 6 {
h#{$i}{
margin:0;
}
}
p{margin:0;}
a, a:visited, a:hover, a:active{
text-decoration: none;
color: inherit;
}