From 76cd29fc69ef7780a2311d82c9de4cc4100895a7 Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Wed, 1 Mar 2017 16:08:58 +0000 Subject: [PATCH] Use new assets in the announcements widget. --- services/web/public/stylesheets/app/project-list.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/web/public/stylesheets/app/project-list.less b/services/web/public/stylesheets/app/project-list.less index 5e03c1facc..17f6b7bb25 100644 --- a/services/web/public/stylesheets/app/project-list.less +++ b/services/web/public/stylesheets/app/project-list.less @@ -347,11 +347,11 @@ ul.project-list { .announcements-btn { position: absolute; - bottom: -50px; + bottom: -35px; right: 3%; width: 80px; height: 80px; - background: url(/img/lion-128.png) no-repeat center/80% transparent; + background: url(/img/brand/lion.svg) no-repeat center/80% transparent; border-radius: 50%; box-shadow: none; z-index: 1; @@ -361,7 +361,7 @@ ul.project-list { box-shadow 0.25s ease; &:hover { - bottom: -45px; + bottom: -25px; } &-open, &-open:hover,