Copied a lot of stuff from my template repo
This commit is contained in:
11
src/style/_variables.scss
Normal file
11
src/style/_variables.scss
Normal 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;
|
||||
Reference in New Issue
Block a user