This commit is contained in:
2023-04-27 12:09:14 +02:00
parent 3579a5894a
commit 552cd7269b
15 changed files with 392 additions and 47 deletions

View File

@@ -0,0 +1,4 @@
$primary: #1e4bc4;
$white: #fff !default;
$transition-duration: 0.2s;
$sidebar-width: 220px;

View File

@@ -1,5 +1,4 @@
$primary: #1e4bc4;
@import './_variables';
@import 'bootstrap/scss/bootstrap';
body,
@@ -7,3 +6,7 @@ body > div,
html {
height: 100%;
}
body {
overflow-y: scroll;
}