Css update
This commit is contained in:
parent
debbce70df
commit
5ada34049f
|
|
@ -312,13 +312,13 @@ $slick-opacity-not-active: 0.25 !default;
|
|||
|
||||
.shop_slider {
|
||||
.slick-next {
|
||||
background: url("../images/svg/post-slider-arrow.svg");
|
||||
bottom: -53px;
|
||||
background: url("../images/svg/post-slider-arrow.svg") no-repeat ;
|
||||
bottom: -55px;
|
||||
}
|
||||
|
||||
.slick-prev {
|
||||
background: url("../images/svg/post-slider-arrow.svg");
|
||||
bottom: -40px;
|
||||
background: url("../images/svg/post-slider-arrow.svg") no-repeat ;
|
||||
bottom: -43px;
|
||||
}
|
||||
|
||||
.slick-dots {
|
||||
|
|
|
|||
|
|
@ -82,7 +82,6 @@
|
|||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
line-height: 1.5;
|
||||
text-transform: capitalize;
|
||||
color: $gray;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3013,7 +3013,6 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
line-height: 1.5;
|
||||
text-transform: capitalize;
|
||||
color: #292929;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
|
@ -3484,12 +3483,12 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|||
}
|
||||
|
||||
.shop_slider .slick-next {
|
||||
background: url("../images/svg/post-slider-arrow.svg");
|
||||
bottom: -53px;
|
||||
background: url("../images/svg/post-slider-arrow.svg") no-repeat;
|
||||
bottom: -55px;
|
||||
}
|
||||
.shop_slider .slick-prev {
|
||||
background: url("../images/svg/post-slider-arrow.svg");
|
||||
bottom: -40px;
|
||||
background: url("../images/svg/post-slider-arrow.svg") no-repeat;
|
||||
bottom: -43px;
|
||||
}
|
||||
.shop_slider .slick-dots {
|
||||
bottom: -40px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue