removed removed brand colors file

This commit is contained in:
Piotr Starzec 2018-01-22 14:27:38 +01:00
parent 40cab74ba9
commit 6ebd21b641
2 changed files with 0 additions and 7 deletions

View File

@ -24,7 +24,6 @@ $bmd-label-color-inner-focus: $gray !default; // e.g. radio label or text-muted
@import "variables/bootstrap/custom-forms";
@import "variables/bootstrap/spacing";
@import "variables/bootstrap/body";
@import "variables/bootstrap/brand";
@import "variables/bootstrap/buttons";
@import "variables/bootstrap/card";
@import "variables/bootstrap/code";

View File

@ -1,6 +0,0 @@
// Bootstrap brand color customization
$brand-primary: $teal !default;
$brand-success: $green !default;
$brand-danger: $red !default;
$brand-warning: $deep-orange !default;
$brand-info: $light-blue !default;