|
@@ -1,5 +1,5 @@
|
|
|
// Body
|
|
|
-$body-bg: #f8fafc;
|
|
|
+$body-bg: white;
|
|
|
|
|
|
// Typography
|
|
|
$font-family-sans-serif: 'Nunito', sans-serif;
|
|
@@ -18,31 +18,28 @@ $green: #38c172;
|
|
|
$teal: #4dc0b5;
|
|
|
$cyan: #6cb2eb;
|
|
|
|
|
|
-//$primary: #632d11;
|
|
|
-//$primary: #c65b1c;
|
|
|
-//$primary: #ce4f04;
|
|
|
-//$primary: #e65600;
|
|
|
-//$primary: #BE5846;
|
|
|
-//$primary: #9E6B4D;
|
|
|
-//$primary: #3A1000;
|
|
|
-//$primary: #9d3b03;
|
|
|
-//$primary: #bd4602;
|
|
|
-$primary: #bd1802;
|
|
|
-//$primary: #e45300;
|
|
|
-//$primary: #fd623b;
|
|
|
-
|
|
|
-//$warning: #ffed4b;
|
|
|
-//$warning: #ffe54a;
|
|
|
-$warning: #ffe024;
|
|
|
-//$warning: #e2a750;
|
|
|
-$light-gray: #f5f3ec;
|
|
|
-$dark: #1b1e21;
|
|
|
-/*$theme-orange: #f9b000;*/
|
|
|
+// new color
|
|
|
+$primary : #07689F;
|
|
|
+$info: #A2D5F2;
|
|
|
+$secondary: #FF7E67;
|
|
|
+$success: #198754;
|
|
|
+$warning: #ffc107;
|
|
|
+$danger: #dc3545;
|
|
|
+$light: #f8f9fa;
|
|
|
+$dark: #212529;
|
|
|
+$gray: #6c757d;
|
|
|
|
|
|
$theme-colors: (
|
|
|
- light-gray : $light-gray,
|
|
|
+ "primary": $primary,
|
|
|
+ "secondary": $secondary,
|
|
|
+ "success": $success,
|
|
|
+ "info": $info,
|
|
|
+ "warning": $warning,
|
|
|
+ "danger": $danger,
|
|
|
+ "light": $light,
|
|
|
+ "dark": $dark,
|
|
|
+ "gray": $gray
|
|
|
);
|
|
|
-
|
|
|
//
|
|
|
// Panel Side Application Variables
|
|
|
|
|
@@ -56,13 +53,8 @@ $sidebar-width: 230px;
|
|
|
// ------- Sidebar Colors --------
|
|
|
|
|
|
// Background color of sidebar
|
|
|
-//$sidebar-color: rgba(116, 117, 118, 0.87);
|
|
|
$sidebar-color: #747576;
|
|
|
|
|
|
-// -- Suggested sidebar background colors
|
|
|
-// dark : #222d32
|
|
|
-// light : #f8f8f8
|
|
|
-
|
|
|
// Sidebar accent varible is used to determine the color of the links
|
|
|
// of the sidebar. The allowed values are 'light' or 'dark' only
|
|
|
$sidebar-accent: light;
|
|
@@ -72,11 +64,6 @@ $sidebar-accent: light;
|
|
|
$sidebar-dark-color: #fff;
|
|
|
$sidebar-dark-link-color: #fff;
|
|
|
|
|
|
-// The following varibles indecate sidebar link color
|
|
|
-// and link hover color when using a light sidebar color
|
|
|
-//$sidebar-light-color: #000;
|
|
|
-//$sidebar-light-link-color: #333;
|
|
|
-
|
|
|
|
|
|
//
|
|
|
$sidebar-light-color: #fff;
|