forked from AkkomaGang/admin-fe
add: add variables.scss
This commit is contained in:
parent
7e1ba16d12
commit
11beefdb44
2 changed files with 9 additions and 8 deletions
|
@ -1,11 +1,4 @@
|
|||
$blue:#324157;
|
||||
$light-blue:#3A71A8;
|
||||
$red:#C03639;
|
||||
$pink: #E65D6E;
|
||||
$green: #30B08F;
|
||||
$tiffany: #4AB7BD;
|
||||
$yellow:#FEC171;
|
||||
$panGreen: #30B08F;
|
||||
@import './variables.scss';
|
||||
|
||||
@mixin colorBtn($color) {
|
||||
background: $color;
|
||||
|
|
8
src/styles/variables.scss
Normal file
8
src/styles/variables.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
$blue:#324157;
|
||||
$light-blue:#3A71A8;
|
||||
$red:#C03639;
|
||||
$pink: #E65D6E;
|
||||
$green: #30B08F;
|
||||
$tiffany: #4AB7BD;
|
||||
$yellow:#FEC171;
|
||||
$panGreen: #30B08F;
|
Loading…
Reference in a new issue