summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/notifications/notifications.component.scss
blob: ce85e8e093cba03800bf34572a1cb65ea4fea55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@import '../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';

@include nb-install-component() {

  nb-card-footer {
    padding-bottom: 0.25rem;

    button {
      margin: 0 1rem 1rem 0;
    }
  }

  /* stylelint-disable */
  toaster-container /deep/ {
     #toast-container .toast-close-button {
      right: 0;
    }
  }
  /* stylelint-enable */

  @include media-breakpoint-down(xs) {
    .dropdown-toggle {
      font-size: 0.75rem;
    }
  }
}