isdashboard/src/main/webapp/content/scss/vendor.scss

14 lines
448 B
SCSS
Executable File

/* after changing this file run 'npm run webapp:build' */
/***************************
put Sass variables here:
eg $input-color: red;
****************************/
// Override Bootstrap variables
@import 'bootstrap-variables';
// Import Bootstrap source files from node_modules
@import 'bootstrap/scss/bootstrap';
/* jhipster-needle-scss-add-vendor JHipster will add new css style */
@import '~@angular/material/prebuilt-themes/indigo-pink.css';