From f242b3fa88549b7d7c5c4715f6dcc0f685740020 Mon Sep 17 00:00:00 2001 From: aljawaid <10233708+aljawaid@users.noreply.github.com> Date: Thu, 17 Aug 2023 20:58:25 +0100 Subject: [PATCH] Migrate Icon `global-templates-icon-white` #15 --- Assets/css/application-branding-icons.css | 6 ++++++ Assets/css/application-branding.css | 2 +- Template/config/about.php | 13 +------------ 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/Assets/css/application-branding-icons.css b/Assets/css/application-branding-icons.css index c893e32..d7b0af2 100644 --- a/Assets/css/application-branding-icons.css +++ b/Assets/css/application-branding-icons.css @@ -63,3 +63,9 @@ pointer-events: none; display: inline-block; } + +.global-templates-icon-white { + content: url("data:image/svg+xml,%3Csvg width='20px' height='20px' class='global-templates-icon-white' fill='%23EEEEEE' viewBox='0 0 512 512' enable-background='new 0 0 512 512' xml:space='preserve' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke-width='0'/%3E%3Cg stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg%3E%3Cg stroke='white'%3E%3Cpath d='M256,0C114.609,0,0,114.609,0,256s114.609,256,256,256s256-114.609,256-256S397.391,0,256,0z M256,472 c-119.297,0-216-96.703-216-216S136.703,40,256,40s216,96.703,216,216S375.297,472,256,472z'/%3E%3Cpath d='M288,128c-53.016,0-96,42.984-96,96c0,0.531,0.047,1.047,0.062,1.609C155.531,232.984,128,265.266,128,304 c0,44.188,35.797,80,80,80c38.719,0,71.016-27.531,78.422-64.094c0.531,0.016,1.047,0.094,1.578,0.094c53.016,0,96-42.984,96-96 S341.016,128,288,128z M208,368c-35.281,0-64-28.719-64-64c0-30.359,21.281-55.734,49.719-62.25 c7.25,38.766,37.766,69.281,76.531,76.531C263.719,346.719,238.344,368,208,368z'/%3E%3Cpath fill='white' d='M209.672,240.156 c33.906,0.875,61.297,28.234,62.156,62.203C240.688,295.922,216.047,271.344,209.672,240.156z M288,304c0-44.172-35.797-80-80-80 c0-44.109,35.906-80,80-80s80,35.891,80,80S332.094,304,288,304z'/%3E%3Cpath d='M160,224c17.656,0,32-14.344,32-32s-14.344-32-32-32s-32,14.344-32,32S142.344,224,160,224z M160,176 c8.812,0,16,7.188,16,16s-7.188,16-16,16s-16-7.188-16-16S151.188,176,160,176z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); + pointer-events: none; + display: inline-block; +} diff --git a/Assets/css/application-branding.css b/Assets/css/application-branding.css index 5c0ddb1..685134c 100644 --- a/Assets/css/application-branding.css +++ b/Assets/css/application-branding.css @@ -603,7 +603,7 @@ ul.icon-list li .filename { left: 2px; } -.box-icon .globe-icon { +.box-icon span.global-templates-icon-white { width: 32px; height: 32px; top: 3px; diff --git a/Template/config/about.php b/Template/config/about.php index 26ec9a4..a451e62 100644 --- a/Template/config/about.php +++ b/Template/config/about.php @@ -176,18 +176,7 @@