ngx-admin/src/app/pages/dashboard/dashboard.component.scss

23 lines
475 B
SCSS
Raw Normal View History

2017-08-03 13:53:18 +03:00
@import '../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';
2017-06-12 19:43:44 +03:00
@include nb-install-component() {
.solar-card nb-card-header {
border: none;
padding-bottom: 0;
}
@include media-breakpoint-down(sm) {
ngx-traffic {
display: none;
}
}
@include media-breakpoint-down(is) {
/deep/ nb-card.large-card {
height: nb-theme(card-height-medium);
}
}
2017-06-12 19:43:44 +03:00
}