New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / pages / dashboard / dashboard.component.scss
1 @import '../../@theme/styles/themes';
2 @import '~bootstrap/scss/mixins/breakpoints';
3 @import '~@nebular/theme/styles/global/bootstrap/breakpoints';
4
5 @include nb-install-component() {
6   .solar-card nb-card-header {
7     border: none;
8     padding-bottom: 0;
9   }
10
11   @include media-breakpoint-down(is) {
12     /deep/ nb-card.large-card {
13       height: nb-theme(card-height-medium);
14     }
15   }
16 }