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.
21 lines
377 B
SCSS
21 lines
377 B
SCSS
4 months ago
|
.SliderSimple {
|
||
|
// scss
|
||
|
.item{
|
||
|
position: relative;
|
||
|
.desc{
|
||
|
position: absolute;
|
||
|
inset-inline-end: 10%;
|
||
|
background: #ffffff77;
|
||
|
color: black;
|
||
|
bottom:5%;
|
||
|
padding: 10px;
|
||
|
p{
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
img{
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|