From 8830d275e6ffa513376954abec110d0d6127cb0f Mon Sep 17 00:00:00 2001 From: Jason St-Cyr Date: Tue, 10 Oct 2023 15:42:26 -0400 Subject: [PATCH] SUGCON IN: Update sponsor list to rebrand styling --- .../src/assets/components/sponsorList.scss | 20 +++++-------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/src/Project/Sugcon/SugconIndiaSxa/src/assets/components/sponsorList.scss b/src/Project/Sugcon/SugconIndiaSxa/src/assets/components/sponsorList.scss index 2d6383c7..4d86fd08 100644 --- a/src/Project/Sugcon/SugconIndiaSxa/src/assets/components/sponsorList.scss +++ b/src/Project/Sugcon/SugconIndiaSxa/src/assets/components/sponsorList.scss @@ -25,7 +25,7 @@ width: 100%; color: #232323; font-weight: 900; - font-family: 'AvenirNextW05-Bold', Arial, Helvetica, sans-serif; + font-family: 'Mulish', 'AvenirNextW05-Bold', Arial, Helvetica, sans-serif; margin-bottom: 0; word-break: break-word; } @@ -41,18 +41,6 @@ padding-right: 40px; padding-left: 20px; - :after { - display: block; - content: ' '; - position: absolute; - width: 87px; - height: 87px; - top: -10px; - right: -10px; - border-top: 15px solid #fe2911; - border-right: 15px solid #fe2911; - } - img { width: 80%; height: 100%; @@ -123,7 +111,8 @@ } a { - text-decoration: none; + color: #28327d; + text-decoration: underline; } } @@ -133,6 +122,7 @@ } a { - text-decoration: none; + color: #28327d; + text-decoration: underline; } }