This commit is contained in:
2023-10-04 16:00:22 +02:00
parent ebac3e185b
commit 46e3ed44a1
15 changed files with 4738 additions and 1 deletions

4
assets/styles/app.scss Normal file
View File

@ -0,0 +1,4 @@
$primary: darken(#428bca, 20%);
// the ~ allows you to reference things in node_modules
@import "~bootstrap/scss/bootstrap";