Skip to content

Commit

Permalink
feat: remove final cup SVG (#27202)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Jun 7, 2024
1 parent 372b051 commit 04dc3b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
5 changes: 1 addition & 4 deletions sport/app/football/views/wallchart/knockoutMatch.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
</div>
<div class="football-match__details">
@if(round.name.contains("Final")) {
<div class="bigfatfinal">
@fragments.inlineSvg(competition.finalMatchSVG.getOrElse("euro_2020_badge"), "badges", List("world__cup-svg", "world__cup-badge", "bigfatfinal__image"))
<div class="football-match__name"><b>Final</b></div>
</div>
<div class="football-match__name"><b>Final</b></div>
}
@if(fm.isFixture){
<div class="football-match__date">
Expand Down
4 changes: 0 additions & 4 deletions static/src/stylesheets/module/football/_overview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,6 @@
margin-left: 1px;
}

.bigfatfinal__image__svg {
height: 80px;
}

@include mq(desktop) {
display: block;
}
Expand Down

0 comments on commit 04dc3b5

Please sign in to comment.