mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-14 02:47:06 +01:00
12 lines
310 B
SCSS
12 lines
310 B
SCSS
// override some Bootstrap colors. Apparently we need to do this *before* we
|
|
// process Bootstrap.
|
|
$primary: #702D3E;
|
|
$secondary: #E3D7D7;
|
|
|
|
// selectively import components we need from bootstrap
|
|
// see: node_modules/bootstrap/scss/bootstrap.scss
|
|
@import 'bootstrap';
|
|
|
|
// local style overrides
|
|
@import 'main';
|