1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-13 23:48:55 +01:00
fab-manager/app/frontend/src/stylesheets/overrides.scss

30 lines
534 B
SCSS
Raw Normal View History

2021-11-24 18:47:07 +01:00
.carousel {
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
}