From 3254b31f942d4700005e24d54796d8b09e691648 Mon Sep 17 00:00:00 2001 From: Omnia Date: Fri, 1 Nov 2024 10:32:31 -0400 Subject: [PATCH] Removing old brand lollipop --- .../wwwroot/sass/components/hero.scss | 10 +--------- .../wwwroot/sass/components/people/directory.scss | 9 --------- .../wwwroot/sass/components/people/profile.scss | 10 +--------- 3 files changed, 2 insertions(+), 27 deletions(-) diff --git a/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/hero.scss b/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/hero.scss index df4bc3721..3eafecfad 100644 --- a/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/hero.scss +++ b/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/hero.scss @@ -155,15 +155,7 @@ margin-top: 15px; } - &:after { - content: " "; - background-image: url(../images/icon-hero.png); - position: absolute; - width: 76px; - height: 53px; - top: -9px; - left: -93px; - } + } } diff --git a/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/people/directory.scss b/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/people/directory.scss index b3c5fe1f6..3e677c89a 100644 --- a/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/people/directory.scss +++ b/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/people/directory.scss @@ -5,15 +5,6 @@ line-height: 55px; position: relative; - &::after { - content: " "; - background-image: url(../images/icon-hero.png); - position: absolute; - width: 76px; - height: 53px; - top: -9px; - left: -93px; - } } h2 { diff --git a/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/people/profile.scss b/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/people/profile.scss index 797006370..991d89bab 100644 --- a/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/people/profile.scss +++ b/headapps/MvpSite/MvpSite.Rendering/wwwroot/sass/components/people/profile.scss @@ -4,15 +4,7 @@ h1 { position: relative; - &::after { - content: " "; - background-image: url(../images/icon-hero.png); - position: absolute; - width: 76px; - height: 53px; - top: -9px; - left: -93px; - } + } h2 {