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.
xshop/resources/sass/client.scss

16 lines
434 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:#6e0000;
--xshop-secondary:#ff0000;
--xshop-text:#111111;
--border-radius:7px;
--xshop-shadow:2px 2px 4px #777777;
}
@import "client-custom/assetsNode";
@import "client-custom/general";
@import "client-custom/zfix";
@import "../views/segments/preloader/PreloaderImage/PreloaderImage";