19 lines
340 B
SCSS
19 lines
340 B
SCSS
|
$xl-breakpoint: 1800px;
|
||
|
$lg-breakpoint: 1600px;
|
||
|
$md-breakpoint: 1100px;
|
||
|
$sm-breakpoint: 900px;
|
||
|
$xs-breakpoint: 400px;
|
||
|
|
||
|
|
||
|
$background-dark: #1f1f1e;
|
||
|
$background: #303131;
|
||
|
$primary: #db8d42;
|
||
|
$secondary: #f15a24;
|
||
|
|
||
|
|
||
|
@import "./vendor/skeleton.scss";
|
||
|
@import "./vendor/normalize.scss";
|
||
|
@import "./page_container.scss";
|
||
|
@import "./landing.scss";
|
||
|
|