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/views/segments/slider/SliderSimple/SliderSimple.scss

22 lines
432 B
SCSS

.SliderSimple {
// scss
.item{
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%;
}
}