mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
422 B
SCSS
20 lines
422 B
SCSS
3 days ago
|
$xshop-background:#eeeeee;
|
||
|
$xshop-primary:#03b2b5;
|
||
|
$xshop-diff:#ffffff;
|
||
|
$xshop-diff2:#ffffff;
|
||
|
$xshop-secondary:#0064c2;
|
||
|
$xshop-text:#111111;
|
||
|
$xshop-border-radius:7px;
|
||
|
$xshop-shadow:2px 2px 4px #777777;
|
||
|
:root{
|
||
|
--xshop-background:#eeeeee;
|
||
|
--xshop-primary:#03b2b5;
|
||
|
--xshop-diff:#ffffff;
|
||
|
--xshop-diff2:#ffffff;
|
||
|
--xshop-secondary:#0064c2;
|
||
|
--xshop-text:#111111;
|
||
|
--xshop-border-radius:7px;
|
||
|
--xshop-shadow:2px 2px 4px #777777;
|
||
|
}
|
||
|
|