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; }