2019-07-18 14:22:11 +00:00
|
|
|
//
|
|
|
|
// Component: Carousel
|
|
|
|
//
|
2019-06-28 08:02:07 +00:00
|
|
|
|
2020-07-24 15:59:40 +00:00
|
|
|
.carousel-control-custom-icon {
|
|
|
|
.carousel-control-prev & {
|
|
|
|
margin-left: -20px;
|
|
|
|
}
|
|
|
|
.carousel-control-next & {
|
|
|
|
margin-right: 20px;
|
2015-10-31 21:00:16 +00:00
|
|
|
}
|
2019-06-28 08:02:07 +00:00
|
|
|
|
2022-06-28 21:11:35 +00:00
|
|
|
/* stylelint-disable selector-class-pattern */
|
2019-06-28 08:02:07 +00:00
|
|
|
> .fa,
|
|
|
|
> .fas,
|
|
|
|
> .far,
|
|
|
|
> .fab,
|
2020-07-22 14:50:44 +00:00
|
|
|
> .fal,
|
|
|
|
> .fad,
|
2020-07-24 15:59:40 +00:00
|
|
|
> .svg-inline--fa,
|
2019-06-28 08:02:07 +00:00
|
|
|
> .ion {
|
|
|
|
display: inline-block;
|
2015-10-31 21:00:16 +00:00
|
|
|
font-size: 40px;
|
2019-06-28 08:02:07 +00:00
|
|
|
margin-top: -20px;
|
2015-10-31 21:00:16 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
z-index: 5;
|
|
|
|
}
|
2022-06-28 21:11:35 +00:00
|
|
|
/* stylelint-enable selector-class-pattern */
|
2015-10-31 21:00:16 +00:00
|
|
|
}
|