fix(notification): add lint ignore comment into style

This commit is contained in:
Mikhail Hryb 2017-09-18 11:34:52 +03:00 committed by KostyaDanovsky
parent 33abc3abf7
commit 3fb1e861af

View file

@ -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 {