Skip to content

Commit

Permalink
Merge pull request #498 from Kajalmehta29/main
Browse files Browse the repository at this point in the history
Swiper button overlapping removed
  • Loading branch information
swaraj-das authored Oct 16, 2024
2 parents b4f2d49 + f779569 commit f332139
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1818,13 +1818,20 @@ button {
/*slider*/
.testi :is(.swiper-button-next, .swiper-button-prev){
background-color: #ffe0b5;
top: 35%;

width: 38px;
height: 38px;
border-radius: 50%;
transition: background-color .3s;
box-shadow: rgb(0, 0, 2/ 35%) 0px 20px 30px -10px;
}
.swiper-button-next {
margin-right: -400px;
}
.swiper-button-prev {
margin-left: -400px;
margin-top: 100px;
}

.testi :is(.swiper-button-next, .swiper-button-prev):hover{
background-color: #ff8552;
Expand Down

0 comments on commit f332139

Please sign in to comment.