XylotrechusZ
XylotrechusZ Shell
: /home/mjbynoyq/binmubashirfragrances.com/wp-content/themes/doma/assets/css/customs/ [ drwxr-xr-x ]
@mixin transition-all($time) {
transition: all $time;
-webkit-transition: all $time;
-moz-transition: all $time;
-o-transition: all $time;
-ms-transition: all $time;
}
@mixin transition($val) {
transition: $val;
-webkit-transition: $val;
-moz-transition: $val;
-o-transition: $val;
-ms-transition: $val;
}
@mixin border-radius($val) {
border-radius: $val;
-moz-border-radius: $val;
-o-border-radius: $val;
-webkit-border-radius: $val;
-ms-border-radius: $val;
}
@mixin transform($val) {
-webkit-transform: $val;
-moz-transform: $val;
-ms-transform: $val;
-o-transform: $val;
transform: $val
}
@mixin px2rem($val) {
font-size: $val/16+rem;
}
:root {
--body-color: #333;
--accent-color: #fc6702;
--breadcrumb-bg: #f6f8fa;
--product-title-hover: #fc6702;
--price-color: #fc6702;
}