csv-metadata-quality-web/source/scss/style.scss

12 lines
310 B
SCSS
Raw Permalink Normal View History

2021-03-14 10:41:48 +01:00
// override some Bootstrap colors. Apparently we need to do this *before* we
// process Bootstrap.
$primary: #702D3E;
$secondary: #E3D7D7;
2021-03-11 19:26:33 +01:00
// selectively import components we need from bootstrap
// see: node_modules/bootstrap/scss/bootstrap.scss
@import 'bootstrap';
// local style overrides
@import 'main';