11 lines
229 B
SCSS
11 lines
229 B
SCSS
$fa-font-path: "../font/webfonts";
|
|
|
|
$breakpoint-xs: 576px;
|
|
$breakpoint-sm: 768px;
|
|
$breakpoint-lg: 992px;
|
|
$breakpoint-xl: 1200px;
|
|
|
|
$primary-color: #09003d;
|
|
$primary-color: rgb(128, 0, 0);
|
|
$hero-color: #fff;
|
|
$footer-color: #898f9c; |