Pull bootstrap with NPM

This commit is contained in:
ItsDrike 2021-08-25 09:46:48 +02:00
parent acadaed36c
commit 31ca8351d3
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
4 changed files with 65 additions and 0 deletions

9
static/scss/style.scss Normal file
View file

@ -0,0 +1,9 @@
$primary: #E85537;
$body-bg: #17181C;
$footer-height: 110px;
$font-size-base: 1.2rem;
$headings-margin-bottom: 1.5rem;
$paragraph-margin-bottom: $headings-margin-bottom * 0.85;
@import "node_modules/bootstrap/scss/bootstrap";