mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
fix(notifications): notifications responsive
This commit is contained in:
parent
3f989d09af
commit
acd68d4ec0
1 changed files with 14 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
@import '~bootstrap/scss/mixins/breakpoints';
|
||||
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';
|
||||
|
||||
@include nb-install-component() {
|
||||
|
||||
|
@ -9,4 +11,16 @@
|
|||
margin: 0 1rem 1rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
toaster-container /deep/ {
|
||||
#toast-container .toast-close-button {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(xs) {
|
||||
.dropdown-toggle {
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue