Css update

This commit is contained in:
Amanmyrat 2023-08-02 12:28:55 +05:00
parent debbce70df
commit 5ada34049f
3 changed files with 8 additions and 10 deletions

View File

@ -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 {

View File

@ -82,7 +82,6 @@
font-weight: 400;
font-size: 24px;
line-height: 1.5;
text-transform: capitalize;
color: $gray;
margin-top: 30px;
}

View File

@ -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;