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.
25 lines
505 B
SCSS
25 lines
505 B
SCSS
.SliderSimple {
|
|
// scss
|
|
.item{
|
|
height: 100vh;
|
|
position: relative;
|
|
.desc{
|
|
position: absolute;
|
|
inset-inline-end: 10%;
|
|
background: #ffffff77;
|
|
color: black;
|
|
bottom:5%;
|
|
padding: 10px;
|
|
border-radius: var(--xshop-border-radius);
|
|
p{
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
img{
|
|
width: 100%;
|
|
height: 100vh;
|
|
object-fit: cover;
|
|
}
|
|
}
|