Restructure CSS files.

This commit is contained in:
2019-03-11 13:42:22 +01:00
parent 17d072a8c4
commit 3ecaec050b
6 changed files with 6 additions and 6 deletions

13
src/style.scss Normal file
View File

@@ -0,0 +1,13 @@
* {
font-family: verdana, sans-serif;
}
#toggle-button {
z-index: 2;
position: absolute;
top: 0;
left: 0;
}
@import "open";
@import "closed";