From 780660afc72be94f9ba6e67d4081d1b59d2f19b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 4 Feb 2021 18:39:04 +0100 Subject: [PATCH] Use the icon-width variable to set SSB icon size The same way we use it for SDG icons. --- app/assets/stylesheets/layout.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 3e2c83bae..b4b02075b 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1575,9 +1575,9 @@ table { .ssb-whatsapp_app { background-image: none !important; color: #fff; - height: $line-height * 2 !important; + height: $icon-width !important; position: relative; - width: $line-height * 2 !important; + width: $icon-width !important; &::before { font-family: "icons" !important;