8 lines
124 B
SCSS
8 lines
124 B
SCSS
|
$body-bg: #DDDDDD;
|
||
|
$primary: #062350;
|
||
|
$secondary: #0D47A1;
|
||
|
$info: #F3F3F3;
|
||
|
$light: #EFEFEF;
|
||
|
|
||
|
@import "bootstrap/bootstrap";
|