Upload old System

This commit is contained in:
Joscha Maier
2024-09-22 01:04:15 +02:00
commit 13af30f74b
36 changed files with 1882 additions and 0 deletions

15
scss/global/_base.scss Normal file
View File

@@ -0,0 +1,15 @@
// _base.scss
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
.window-app {
font-family: $font-stack;
}
.rollable {
&:hover,
&:focus {
color: #000;
text-shadow: $hover-text-shadow;
cursor: pointer;
}
}