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.
23 lines
279 B
SCSS
23 lines
279 B
SCSS
4 months ago
|
.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);
|
||
|
}
|
||
|
}
|