New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / pages / notifications / notifications.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
7   nb-card-footer {
8     padding-bottom: 0.25rem;
9
10     button {
11       margin: 0 1rem 1rem 0;
12     }
13   }
14
15   /* stylelint-disable */
16   toaster-container /deep/ {
17      #toast-container .toast-close-button {
18       right: 0;
19     }
20   }
21   /* stylelint-enable */
22
23   @include media-breakpoint-down(xs) {
24     .dropdown-toggle {
25       font-size: 0.75rem;
26     }
27   }
28 }