2024-10-23 18:48:28 -03:00
|
|
|
@import '../../../@theme/styles/themes';
|
|
|
|
|
@import 'bootstrap/scss/mixins/breakpoints';
|
|
|
|
|
@import '@nebular/theme/styles/global/breakpoints';
|
|
|
|
|
|
|
|
|
|
@include nb-install-component() {
|
|
|
|
|
.solar-card nb-card-header {
|
|
|
|
|
border: none;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
|
ngx-traffic {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-26 14:33:35 -03:00
|
|
|
mdb-carousel {
|
|
|
|
|
width: 100%; /* Largura total do carrossel */
|
|
|
|
|
height: 400px; /* Altura do carrossel */
|
|
|
|
|
}
|
|
|
|
|
|
2024-10-23 18:48:28 -03:00
|
|
|
mdb-carousel-item {
|
2024-10-26 14:33:35 -03:00
|
|
|
width: 100%; /* A imagem ocupa toda a largura do carrossel */
|
|
|
|
|
height: 80%; /* A imagem ocupa toda a altura do carrossel */
|
|
|
|
|
object-fit: cover; /* A imagem será cortada para cobrir o espaço sem distorcer */
|
2024-10-23 18:48:28 -03:00
|
|
|
}
|