You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
384 B
SCSS
14 lines
384 B
SCSS
$theme-colors: (
|
|
"primary": #393939,
|
|
"secondary": #e1e4e8,
|
|
"success": #e1e1e1,
|
|
"info": #507CBF,
|
|
"warning": #F9E3D3
|
|
);
|
|
|
|
$enable-rounded: true !default;
|
|
|
|
@import "node_modules/bootstrap/scss/bootstrap";
|
|
@import "node_modules/bootstrap/scss/functions";
|
|
@import "node_modules/bootstrap/scss/variables";
|
|
@import "node_modules/bootstrap/scss/mixins"; |