From 766d0e2a2bef86d6f3d944fc05e51e817ae2c410 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Tue, 9 Dec 2014 23:15:14 +0100 Subject: [PATCH] fix notification icon --- app/assets/stylesheets/scss/notifications.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/scss/notifications.scss b/app/assets/stylesheets/scss/notifications.scss index 53387790..07afe92f 100644 --- a/app/assets/stylesheets/scss/notifications.scss +++ b/app/assets/stylesheets/scss/notifications.scss @@ -11,10 +11,12 @@ } .notification--icon { - position: relative; - float: right; - font-size: 18px; + position: absolute; + right: 0px; + bottom: 0px; + padding: 5px; + font-size: 36px; color: $gray; - opacity: 0.8; + opacity: 0.4; z-index: 0; } \ No newline at end of file