24 lines
289 B
SCSS
24 lines
289 B
SCSS
.jet-carousel {
|
|
.jet-carousel__item {
|
|
&-title {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
.jet-arrow {
|
|
width: 36px;
|
|
height: 36px;
|
|
border-radius: 18px;
|
|
margin-top: -18px;
|
|
color: #fff;
|
|
font-size: 23px;
|
|
|
|
&.prev-arrow {
|
|
left: 20px;
|
|
}
|
|
&.next-arrow {
|
|
right: 20px;
|
|
}
|
|
}
|
|
}
|