From efa382c9069e04edeb37a91c548545459e23e357 Mon Sep 17 00:00:00 2001 From: Eva Date: Fri, 5 Aug 2022 11:24:34 +0200 Subject: [PATCH] :lipstick: Improve team icon --- .../resources/styles/main/partials/dashboard-team.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/main/partials/dashboard-team.scss b/frontend/resources/styles/main/partials/dashboard-team.scss index 6bab8a4c3..acef161a4 100644 --- a/frontend/resources/styles/main/partials/dashboard-team.scss +++ b/frontend/resources/styles/main/partials/dashboard-team.scss @@ -289,8 +289,8 @@ display: flex; justify-content: center; align-items: center; - width: 70px; - height: 70px; + width: 71px; + height: 71px; border-radius: 50%; color: $color-white; background: $color-primary-dark; @@ -304,6 +304,10 @@ &:hover { .update-overlay { opacity: 1; + width: 72px; + height: 72px; + top: 14px; + left: 14px; } } }