Admin
2022-11-28 2cfbc714c3e96e6f0f4cb69b4b1ee4f928c1c919
src/styles/variables.scss
@@ -1,5 +1,8 @@
//theme color
$--color-primary: #034EA2;
// base color
$blue:#324157;
$blue:#034EA2;
$light-blue:#3A71A8;
$red:#C03639;
$pink: #E65D6E;
@@ -7,6 +10,7 @@
$tiffany: #4AB7BD;
$yellow:#FEC171;
$panGreen: #30B08F;
$main: #034EA2;
//sidebar
$menuText:#bfcbd9;
@@ -35,4 +39,5 @@
  subMenuBg: $subMenuBg;
  subMenuHover: $subMenuHover;
  sideBarWidth: $sideBarWidth;
  theme: $--color-primary;
}