Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Add MM100 badge #1308

Merged
merged 1 commit into from
May 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/services/badge.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,12 @@ import moment from 'moment-timezone'
name: 'TCO16 Champion',
groupClass: 'TCO16-Champion',
active: false
},
{
id: 1014,
name: 'Marathon Match 100',
groupClass: 'MM100',
active: false
}
]
}
Expand Down
8 changes: 8 additions & 0 deletions assets/css/directives/badge-tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
background-position: center center;
}

/* Marathon Match */
.MM100 {
background: url(../../images/badges/mm/mm100.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center center;
}

.subBadge {
height: 48px;
float: left;
Expand Down
27 changes: 27 additions & 0 deletions assets/images/badges/mm/mm100.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.