First Version

This commit is contained in:
Fabian
2019-06-18 22:52:51 +02:00
commit 55b970f14a
17 changed files with 2910 additions and 0 deletions

9
src/base.scss Normal file
View File

@ -0,0 +1,9 @@
:root {
// --primary: #1e88e5;
--primary: #196eb9;
// or 196eb9 => Needs further investigations
--on-primary: white;
--secondary: #d8701b;
--on-secondary: black;
--error: rgb(255, 0, 0);
}