summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/helpers/_colors.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/helpers/_colors.scss')
-rw-r--r--src/assets/styles/bmc/helpers/_colors.scss18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/assets/styles/bmc/helpers/_colors.scss b/src/assets/styles/bmc/helpers/_colors.scss
index 6e090fbc..f300d5c3 100644
--- a/src/assets/styles/bmc/helpers/_colors.scss
+++ b/src/assets/styles/bmc/helpers/_colors.scss
@@ -2,16 +2,9 @@
$black: #000;
$white: #fff;
-$blue-100: #eff2fb;
$blue-500: #2d60e5;
-
-$green-100: #ecfdf1;
$green-500: #0a7d06;
-
-$red-100: #feeeed;
$red-500: #da1416;
-
-$yellow-100: #fff8e4;
$yellow-500: #efc100;
$gray-100: #f4f4f4;
@@ -39,13 +32,4 @@ $light: $gray-100;
$primary: $blue;
$secondary: $gray-800;
$success: $green;
-$warning: $yellow;
-
-// Sass Color Variable Accents
-// Used for component styles and are
-// not available as variants
-$danger-light: $red-100;
-$info-light: $blue-100;
-$warning-light: $yellow-100;
-$success-light: $green-100;
-
+$warning: $yellow; \ No newline at end of file