Commit e3e95304 by Ravindra Kanojiya

updated

1 parent 9f6e93ca
<svg width="14" height="23" viewBox="0 0 14 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.7904 2.87891L3 11.6693L11.7904 20.4597" stroke="white" stroke-width="4" stroke-linecap="round"/>
</svg>
<svg width="15" height="22" viewBox="0 0 15 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.93652 19.5808L11.7269 10.7904L2.93652 2" stroke="white" stroke-width="4" stroke-linecap="round"/>
</svg>
...@@ -2067,7 +2067,7 @@ span.form-error, ...@@ -2067,7 +2067,7 @@ span.form-error,
.testimonial-item { .testimonial-item {
text-align: center; text-align: center;
padding: 0 15rem; padding: 0 13vw;
} }
.testimonial-item .image { .testimonial-item .image {
padding: 0.2rem !important; padding: 0.2rem !important;
...@@ -2926,10 +2926,10 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -2926,10 +2926,10 @@ input[type="number"]::-webkit-outer-spin-button {
width: 106%; width: 106%;
} }
.mySwiper01 .swiper-button-prev:after { .mySwiper01 .swiper-button-prev:after {
background: url(/images/icons/arrow-left.svg) no-repeat center; background: url(/images/icons/arrow-left-w.svg) no-repeat center;
} }
.mySwiper01 .swiper-button-next:after { .mySwiper01 .swiper-button-next:after {
background: url(/images/icons/arrow-right.svg) no-repeat center; background: url(/images/icons/arrow-right-w.svg) no-repeat center;
} }
.swiper.mySwiper02 { .swiper.mySwiper02 {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!