home page

This commit is contained in:
Betteloni 2024-10-23 18:48:28 -03:00
parent dd1b2763d8
commit 5608fa4184
18 changed files with 546 additions and 103 deletions

View file

@ -0,0 +1,20 @@
@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;
}
}
}
mdb-carousel-item {
height: 320px;
}