|
|
@@ -96,14 +96,14 @@ $colors: map-merge((
|
|
|
$default-color-opacity: rgba(182, 182, 182, .6) !default;
|
|
|
$orange-color: #f96332 !default;
|
|
|
|
|
|
-$default: #344675 !default;
|
|
|
-$primary: #e14eca !default;
|
|
|
-$secondary: #f4f5f7 !default;
|
|
|
-$success: #00f2c3 !default;
|
|
|
-$info: #1d8cf8 !default;
|
|
|
-$warning: #ff8d72 !default;
|
|
|
-$danger: #fd5d93 !default;
|
|
|
-$black: #222a42 !default;
|
|
|
+$default: #344675 !default; // EDIT for customization
|
|
|
+$primary: #e14eca !default; // EDIT for customization
|
|
|
+$secondary: #f4f5f7 !default; // EDIT for customization
|
|
|
+$success: #00f2c3 !default; // EDIT for customization
|
|
|
+$info: #1d8cf8 !default; // EDIT for customization
|
|
|
+$warning: #ff8d72 !default; // EDIT for customization
|
|
|
+$danger: #fd5d93 !default; // EDIT for customization
|
|
|
+$black: #222a42 !default; // EDIT for customization
|
|
|
|
|
|
|
|
|
// gradient
|