mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(notification): add lint ignore comment into style
This commit is contained in:
parent
33abc3abf7
commit
3fb1e861af
1 changed files with 2 additions and 0 deletions
|
|
@ -12,11 +12,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* stylelint-disable */
|
||||
toaster-container /deep/ {
|
||||
#toast-container .toast-close-button {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
/* stylelint-enable */
|
||||
|
||||
@include media-breakpoint-down(xs) {
|
||||
.dropdown-toggle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue