Skip to content

Commit

Permalink
Swiper button overlapping removed
Browse files Browse the repository at this point in the history
Issue resolved: #430
  • Loading branch information
Kajalmehta29 committed Oct 16, 2024
1 parent 6d450f3 commit f779569
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 @@ -1742,13 +1742,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 f779569

Please sign in to comment.