mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +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/ {
|
toaster-container /deep/ {
|
||||||
#toast-container .toast-close-button {
|
#toast-container .toast-close-button {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/* stylelint-enable */
|
||||||
|
|
||||||
@include media-breakpoint-down(xs) {
|
@include media-breakpoint-down(xs) {
|
||||||
.dropdown-toggle {
|
.dropdown-toggle {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue