Files
dd-weekend/src/style/_variables.scss
2020-02-12 10:58:09 +01:00

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;