project setup

This commit is contained in:
2023-04-27 00:56:13 +02:00
parent 8bd9ca94bb
commit 3579a5894a
18 changed files with 3764 additions and 144 deletions

9
src/assets/style.scss Normal file
View File

@@ -0,0 +1,9 @@
$primary: #1e4bc4;
@import 'bootstrap/scss/bootstrap';
body,
body > div,
html {
height: 100%;
}