From bb0655251d064a41267c196a8a8adda1b9ccb29f Mon Sep 17 00:00:00 2001 From: DeadlyDoll Date: Thu, 11 Oct 2018 14:56:28 +0200 Subject: [PATCH] Update notification.component.css fix icons view problem --- .../notification/notification.component.css | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/components/notification/notification.component.css b/src/components/notification/notification.component.css index 8023968..c19146c 100644 --- a/src/components/notification/notification.component.css +++ b/src/components/notification/notification.component.css @@ -27,12 +27,6 @@ line-height: 20px; } -.simple-notification.has-icon .sn-title, -.simple-notification.has-icon .sn-content, -.simple-notification.has-icon .sn-html { - padding: 0 50px 0 0; -} - .simple-notification .icon { position: absolute; box-sizing: border-box; @@ -57,12 +51,6 @@ fill: #fff; } -.simple-notification.rtl-mode.has-icon .sn-title, -.simple-notification.rtl-mode.has-icon .sn-content, -.simple-notification.rtl-mode.has-icon .sn-html { - padding: 0 0 0 50px; -} - .simple-notification.rtl-mode { direction: rtl; } @@ -104,4 +92,4 @@ .simple-notification.warn div .sn-title, .simple-notification.warn div .sn-content, -.simple-notification.warn div .sn-html { color: #444; } \ No newline at end of file +.simple-notification.warn div .sn-html { color: #444; }