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.
14 lines
334 B
SCSS
14 lines
334 B
SCSS
// PLEASE DO NOT EDIT THIS FILE,
|
|
// IF YOU WANT ADD ANY CODE CREATE NEW SCSS INTO client-custom
|
|
:root{
|
|
--xshop-background:#eeeeee;
|
|
--xshop-primary:#81c700;
|
|
--xshop-secondary:#00eeff;
|
|
--xshop-text:#111111;
|
|
--border-radius:7px;
|
|
--xshop-shadow:5px 10px 31px #ff00f7;
|
|
}
|
|
|
|
@import "client-custom/assetsNode";
|
|
@import "client-custom/test";
|