mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-11 12:08:51 +01:00
16 lines
339 B
SCSS
16 lines
339 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;
|
|
}
|
|
}
|
|
}
|