Skip to content
Snippets Groups Projects
Commit 11beefdb authored by Pan's avatar Pan
Browse files

add: add variables.scss

parent 7e1ba16d
No related branches found
No related tags found
No related merge requests found
$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;
......
$blue:#324157;
$light-blue:#3A71A8;
$red:#C03639;
$pink: #E65D6E;
$green: #30B08F;
$tiffany: #4AB7BD;
$yellow:#FEC171;
$panGreen: #30B08F;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment