mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-16 11:57:05 +01:00
15 lines
350 B
SCSS
15 lines
350 B
SCSS
|
// override some Bootstrap colors. Apparently we need to do this *before* we
|
||
|
// process Bootstrap.
|
||
|
|
||
|
// ISEAL dark blue
|
||
|
$primary: #072439;
|
||
|
// ISEAL light blue
|
||
|
$secondary: #2A7AB7;
|
||
|
|
||
|
// selectively import components we need from bootstrap
|
||
|
// see: node_modules/bootstrap/scss/bootstrap.scss
|
||
|
@import 'bootstrap';
|
||
|
|
||
|
// local style overrides
|
||
|
@import 'main';
|