From ddc2de29d0818c8336e7a87e33cd98d33dc569d9 Mon Sep 17 00:00:00 2001 From: webraptor Date: Tue, 8 Nov 2016 00:22:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9BFixes=20bad=20positioning=20of=20co?= =?UTF-8?q?untdown=20element=20relative=20to=20message=20component=20and?= =?UTF-8?q?=20aligns=20it=20to=20bottom=20left=20for=20proper=20display=20?= =?UTF-8?q?(#120)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- addon/styles/components/notification-message.css | 1 + 1 file changed, 1 insertion(+) diff --git a/addon/styles/components/notification-message.css b/addon/styles/components/notification-message.css index d9f4ed3e..77ce87bf 100644 --- a/addon/styles/components/notification-message.css +++ b/addon/styles/components/notification-message.css @@ -79,6 +79,7 @@ .c-notification__countdown { position: absolute; bottom: 0; + left: 0; background-color: --countdown-lighten-background; width: 0; height: 4px;