From 6ebd21b6415756a83190198ad362388d26b66673 Mon Sep 17 00:00:00 2001 From: Piotr Starzec Date: Mon, 22 Jan 2018 14:27:38 +0100 Subject: [PATCH] removed removed brand colors file --- scss/_variables.scss | 1 - scss/variables/bootstrap/_brand.scss | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 scss/variables/bootstrap/_brand.scss diff --git a/scss/_variables.scss b/scss/_variables.scss index ef5a9016..1bd0d64c 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -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"; diff --git a/scss/variables/bootstrap/_brand.scss b/scss/variables/bootstrap/_brand.scss deleted file mode 100644 index 3ba4a5b6..00000000 --- a/scss/variables/bootstrap/_brand.scss +++ /dev/null @@ -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;