2021-11-24 18:47:07 +01:00
|
|
|
.carousel {
|
2021-12-03 18:25:25 +01:00
|
|
|
position: relative;
|
|
|
|
border-radius: 5px;
|
|
|
|
overflow: hidden;
|
|
|
|
&::before {
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
content: '\f03e';
|
|
|
|
font-family: 'Font Awesome 5 Free' !important;
|
|
|
|
font-weight: 900;
|
|
|
|
font-size: 80px;
|
|
|
|
color: #ebebeb;
|
|
|
|
}
|
|
|
|
|
2021-11-24 18:47:07 +01:00
|
|
|
&-inner {
|
|
|
|
aspect-ratio: 16/9;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-inner > .item {
|
|
|
|
height: 100%;
|
|
|
|
}
|
2022-07-25 15:25:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ui-select-bootstrap .ui-select-choices-row > span {
|
|
|
|
white-space: normal;
|
2021-11-24 18:47:07 +01:00
|
|
|
}
|