creativetimofficial--ui
ca24e0184d
### Bug fixing - Card-chart fixed on Windows - Bug fixes for responsive devices - Small changes for components
13 行
428 B
SCSS
13 行
428 B
SCSS
// Bootstrap brand color customization
|
|
|
|
|
|
/* brand Colors */
|
|
|
|
$brand-primary: $purple-500 !default;
|
|
$brand-info: $cyan-500 !default;
|
|
$brand-success: $green-500 !default;
|
|
$brand-warning: $orange-500 !default;
|
|
$brand-danger: $red-500 !default;
|
|
$brand-rose: $pink-500 !default;
|
|
$brand-inverse: $black-color !default;
|