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.scss24
1 files changed, 19 insertions, 5 deletions
diff --git a/src/assets/styles/bmc/helpers/_colors.scss b/src/assets/styles/bmc/helpers/_colors.scss
index cffe39dc..4e9dd738 100644
--- a/src/assets/styles/bmc/helpers/_colors.scss
+++ b/src/assets/styles/bmc/helpers/_colors.scss
@@ -1,11 +1,12 @@
// Sass Color Variables
$black: #000;
-$white: #fff;
+$white: #FFFFFF;
$blue-500: #2d60e5;
$green-500: #0a7d06;
$red-500: #da1416;
$yellow-500: #efc100;
+$dark-blue: #1A3E5B;
$gray-100: #f4f4f4;
$gray-200: #e6e6e6;
@@ -17,6 +18,7 @@ $gray-700: #666666;
$gray-800: #3f3f3f;
$gray-900: #161616;
+
// Sass Base Color Variables
$blue: $blue-500;
$green: $green-500;
@@ -26,13 +28,25 @@ $yellow: $yellow-500;
// Sass Theme Color Variables
// Can be used as variants
$danger: $red;
-$dark: $gray-900;
+$dark: $dark-blue;
$info: $blue;
-$light: $gray-100;
-$primary: $blue;
+$light: $white;
+$primary: $dark-blue;
$secondary: $gray-800;
$success: $green;
$warning: $yellow;
$loading-color: $primary;
-$navbar-color: $dark;
+$navbar-color: $primary;
+
+$login-page-description-color: rgba(12, 28, 41, 0.6);
+$text-h1-color: #0C1C29;
+
+$input-background: rgba(26, 62, 91, 0.05);
+$input-background-hover: rgba(20, 39, 53, 0.103);
+
+$button-colour: #E11717;
+$button-colour-hover: #cc1414;
+$button-colour-active: #df2323;
+$button-colour-click: rgb(114, 1, 1);
+