From 04dc3b52210a2f1c30172dca4e9041709259f82f Mon Sep 17 00:00:00 2001 From: Max Duval Date: Fri, 7 Jun 2024 11:51:30 +0100 Subject: [PATCH] feat: remove final cup SVG (#27202) --- sport/app/football/views/wallchart/knockoutMatch.scala.html | 5 +---- static/src/stylesheets/module/football/_overview.scss | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/sport/app/football/views/wallchart/knockoutMatch.scala.html b/sport/app/football/views/wallchart/knockoutMatch.scala.html index 49774cb9a3e..eb31cd4417b 100644 --- a/sport/app/football/views/wallchart/knockoutMatch.scala.html +++ b/sport/app/football/views/wallchart/knockoutMatch.scala.html @@ -21,10 +21,7 @@
@if(round.name.contains("Final")) { -
- @fragments.inlineSvg(competition.finalMatchSVG.getOrElse("euro_2020_badge"), "badges", List("world__cup-svg", "world__cup-badge", "bigfatfinal__image")) -
Final
-
+
Final
} @if(fm.isFixture){
diff --git a/static/src/stylesheets/module/football/_overview.scss b/static/src/stylesheets/module/football/_overview.scss index be4e05bd50b..35fb5626b60 100644 --- a/static/src/stylesheets/module/football/_overview.scss +++ b/static/src/stylesheets/module/football/_overview.scss @@ -442,10 +442,6 @@ margin-left: 1px; } - .bigfatfinal__image__svg { - height: 80px; - } - @include mq(desktop) { display: block; }