8 lines
257 B
SCSS
8 lines
257 B
SCSS
|
/* You can add global styles to this file, and also import other style files */
|
||
|
|
||
|
/* Importing Bootstrap SCSS file. */
|
||
|
@import "~bootstrap/scss/bootstrap";
|
||
|
|
||
|
/* Importing Datepicker SCSS file. */
|
||
|
@import "node_modules/ngx-bootstrap/datepicker/bs-datepicker";
|