2017-08-03 13:53:18 +03:00
|
|
|
@import '../../@theme/styles/themes';
|
2017-09-14 15:19:07 +03:00
|
|
|
@import '~bootstrap/scss/mixins/breakpoints';
|
|
|
|
|
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';
|
2017-06-12 19:43:44 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
|
|
|
|
.solar-card nb-card-header {
|
2017-07-20 18:13:11 +03:00
|
|
|
border: none;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
2017-09-14 15:19:07 +03:00
|
|
|
|
|
|
|
|
@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
|
|
|
}
|