You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
330 B
16 lines
330 B
.swiper-button-next{
|
|
margin-left: 60px;
|
|
}
|
|
.swiper-button-prev{
|
|
margin-right: 60px;
|
|
}
|
|
.swiper-button-next, .swiper-button-prev{
|
|
position: relative;
|
|
top: 0;
|
|
width:32px !important;
|
|
height:32px !important;
|
|
background:rgba(245,165,136,1);
|
|
border:1px solid rgba(235, 76, 18, 1);
|
|
border-radius: 3px;
|
|
margin-top: 0 !important;
|
|
}
|