X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fpages%2Fnotifications%2Fnotifications.component.scss;fp=webapp%2Fsrc%2Fapp%2Fpages%2Fnotifications%2Fnotifications.component.scss;h=ce85e8e093cba03800bf34572a1cb65ea4fea55e;hb=38c0c21a969e621c725245ce91c78e77076c5ce7;hp=0000000000000000000000000000000000000000;hpb=b0d130807fb9bf36f5ac1abe21cbd558eb86d5cc;p=src%2Fxds%2Fxds-agent.git diff --git a/webapp/src/app/pages/notifications/notifications.component.scss b/webapp/src/app/pages/notifications/notifications.component.scss new file mode 100644 index 0000000..ce85e8e --- /dev/null +++ b/webapp/src/app/pages/notifications/notifications.component.scss @@ -0,0 +1,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; + } + } +}