Merge branch '1.1' of https://gitlab.com/merdan.m/birzha into 1.1
This commit is contained in:
commit
dcd1d8b451
|
|
@ -1804,12 +1804,21 @@ li {
|
|||
color: #fff;
|
||||
z-index: 5;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
bottom: -100%;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 30px 40px;
|
||||
background: rgba(0,0,0,.5);
|
||||
backdrop-filter: blur(3px);
|
||||
|
||||
transition: all .7s linear;
|
||||
-webkit-transition: all .7s linear;
|
||||
-ms-transition: all .7s linear;
|
||||
-moz-transition: all .7s linear;
|
||||
}
|
||||
|
||||
.slick-slide.slick-current .slider_content {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.advert {
|
||||
|
|
|
|||
Loading…
Reference in New Issue