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, 11 insertions, 7 deletions
diff --git a/src/assets/styles/bmc/helpers/_colors.scss b/src/assets/styles/bmc/helpers/_colors.scss
index 584a7785..e15aef87 100644
--- a/src/assets/styles/bmc/helpers/_colors.scss
+++ b/src/assets/styles/bmc/helpers/_colors.scss
@@ -44,9 +44,20 @@ $login-page-description-color: rgba(12, 28, 41, 0.6);
$text-primary: #0C1C29;
$text-secondary: #0C1C29E5;
$text-tretiatry: rgba(12, 28, 41, 0.6);
+$text-quaternary: rgba(12, 28, 41, 0.3);
+
+$indicators-errors: #FF4141;
+$indicators-succes: #4EBF19;
+$indicators-warning: #F0AC0C;
+$indicators-complementary:rgba(26, 62, 91, 0.6);;
+
+$on-surface-primary: #040A0F;
$surface-secondary: #F3F4F5;
+$on-surface-secondary: rgba(4, 10, 15, 0.6);
+$on-surface-tretiatry: #040A0F4D;
+$faint-secondary-primary-2: rgba(26, 62, 91, 0.02);
$faint-secondary-primary-5: rgba(26, 62, 91, 0.05);
$faint-secondary-primary-5-hover: rgba(20, 39, 53, 0.103);
$faint-secondary-primary-10: rgba(26, 62, 91, 0.1);
@@ -59,10 +70,3 @@ $red-brand-primary-active: #df2323;
$red-brand-primary-disabled: #E17171;
$red-brand-primary-click: #C71414;
$red-brand-primary-5: rgba(225, 23, 23, 0.05);
-
-$button-color: #E11717;
-$button-color-hover: #FC2A2A;
-$button-color-active: #df2323;
-$button-color-disabled: #E17171;
-$button-color-click: #C71414;
-