mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
20 lines
379 B
SCSS
20 lines
379 B
SCSS
|
|
@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;
|
||
|
|
}
|