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-custom/_zfix.scss

23 lines
279 B
SCSS

.tns-outer{
.tns-nav,button{
display: none;
}
}
.slider-content{
direction: ltr;
overflow: hidden;
.item{
}
}
a,a:visited{
text-decoration: none;
color: var(--xshop-primary);
&:hover{
color: var(--xshop-secondary);
}
}