Copied a lot of stuff from my template repo

This commit is contained in:
Andre Beging
2020-02-11 22:55:29 +01:00
parent 94d14ed717
commit fe926d1898
43 changed files with 13609 additions and 3 deletions

11
src/style/_variables.scss Normal file
View File

@@ -0,0 +1,11 @@
$fa-font-path: "../font/webfonts";
$breakpoint-xs: 576px;
$breakpoint-sm: 768px;
$breakpoint-lg: 992px;
$breakpoint-xl: 1200px;
$primary-color: #09003d;
$primary-color: #09003d18;
$hero-color: #fff;
$footer-color: #898f9c;