aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/dashboard/dashboard.component.scss
blob: 6f1f0e044975abbfaacebf8f0ee1a2a2229d1254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@import '../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';

@include nb-install-component() {
  .solar-card nb-card-header {
    border: none;
    padding-bottom: 0;
  }

  @include media-breakpoint-down(is) {
    /deep/ nb-card.large-card {
      height: nb-theme(card-height-medium);
    }
  }
}