Changed colors setup bootstrap
This commit is contained in:
parent
644b6cb411
commit
b44963ee4c
|
@ -11,11 +11,12 @@ $font-size-base: 18px;
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
$gray-base: $gray;
|
$gray-base: $gray;
|
||||||
$brand-primary: $blue;
|
$brand-primary: $primary;
|
||||||
$brand-success: $green;
|
$brand-success: $green;
|
||||||
$brand-info: $yellow;
|
$brand-info: $yellow;
|
||||||
$brand-danger: $red;
|
$brand-danger: $red;
|
||||||
$brand-warning: $orange;
|
$brand-warning: $orange;
|
||||||
|
$brand-secondary: $secondary;
|
||||||
|
|
||||||
// Buttons & inputs' radius
|
// Buttons & inputs' radius
|
||||||
$border-radius-base: 2px;
|
$border-radius-base: 2px;
|
||||||
|
|
Loading…
Reference in New Issue