From 8e456d393f13c1e503f3fe5c2763f90738aa07ac Mon Sep 17 00:00:00 2001 From: Eva Date: Wed, 17 Jan 2024 10:51:07 +0100 Subject: [PATCH] :bug: Fix icons background on font page --- frontend/src/app/main/ui/dashboard/fonts.scss | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/main/ui/dashboard/fonts.scss b/frontend/src/app/main/ui/dashboard/fonts.scss index d53e3b5ec1..6c8817fda5 100644 --- a/frontend/src/app/main/ui/dashboard/fonts.scss +++ b/frontend/src/app/main/ui/dashboard/fonts.scss @@ -143,7 +143,7 @@ margin-left: $s-6; align-items: center; svg { - fill: transparent; + fill: none; width: $s-12; height: $s-12; transform: rotate(45deg); @@ -186,17 +186,19 @@ margin-left: $s-12; justify-content: center; align-items: center; + svg { + width: $s-16; + height: $s-16; + stroke: $df-secondary; + fill: none; + } + &.failure { margin-right: $s-12; svg { stroke: var(--warning-color); } } - svg { - width: $s-16; - height: $s-16; - stroke: $df-secondary; - } &.close { background: none; @@ -275,6 +277,7 @@ svg { stroke: $df-secondary; + fill: none; height: $s-20; width: $s-20; } @@ -312,6 +315,7 @@ .icon svg { stroke: $df-secondary; + fill: none; width: $s-32; height: $s-32; }