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.
31 lines
711 B
31 lines
711 B
/** |
|
* @file |
|
* Visual styles for Magazine+'s testimonials carousel views. |
|
*/ |
|
.mt-carousel-testimonials .owl-item { |
|
padding: 15px; |
|
} |
|
.mt-carousel-testimonials .mt-carousel-item { |
|
margin: 0 0 35px 0; |
|
text-align: center; |
|
border-width: 1px; |
|
border-color: #eeeeee; |
|
border-style: solid; |
|
padding: 50px 30px; |
|
} |
|
.region--light-typography .mt-carousel-testimonials .mt-carousel-item { |
|
border-color: #ffffff; |
|
} |
|
|
|
/*testimonials carousel navigation*/ |
|
.owl-carousel.mt-carousel-testimonials .owl-nav { |
|
text-align: center; |
|
} |
|
.owl-carousel.mt-carousel-testimonials .owl-nav .owl-prev { |
|
left: auto; |
|
right: auto; |
|
} |
|
.owl-carousel.mt-carousel-testimonials .owl-nav .owl-next { |
|
left: auto; |
|
right: 1px; |
|
}
|
|
|