From 3fb1e861afac315cb6053381bee0532ab7a15285 Mon Sep 17 00:00:00 2001 From: Mikhail Hryb Date: Mon, 18 Sep 2017 11:34:52 +0300 Subject: [PATCH] fix(notification): add lint ignore comment into style --- .../pages/components/notifications/notifications.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/pages/components/notifications/notifications.component.scss b/src/app/pages/components/notifications/notifications.component.scss index 9c2b3ea9..c5550bed 100644 --- a/src/app/pages/components/notifications/notifications.component.scss +++ b/src/app/pages/components/notifications/notifications.component.scss @@ -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 {