Changed colors setup bootstrap

This commit is contained in:
Ethan Fraenkel 2018-08-28 12:39:45 +02:00
parent 644b6cb411
commit b44963ee4c
1 changed files with 2 additions and 1 deletions

View File

@ -11,11 +11,12 @@ $font-size-base: 18px;
// Colors
$gray-base: $gray;
$brand-primary: $blue;
$brand-primary: $primary;
$brand-success: $green;
$brand-info: $yellow;
$brand-danger: $red;
$brand-warning: $orange;
$brand-secondary: $secondary;
// Buttons & inputs' radius
$border-radius-base: 2px;