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

Commit 509ee71

Browse files
Merge pull request #1308 from appirio-tech/dev
Add MM100 badge
2 parents c6e1914 + 68a9ca8 commit 509ee71

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

app/services/badge.service.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,12 @@ import moment from 'moment-timezone'
672672
name: 'TCO16 Champion',
673673
groupClass: 'TCO16-Champion',
674674
active: false
675+
},
676+
{
677+
id: 1014,
678+
name: 'Marathon Match 100',
679+
groupClass: 'MM100',
680+
active: false
675681
}
676682
]
677683
}

assets/css/directives/badge-tooltip.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
background-position: center center;
5050
}
5151

52+
/* Marathon Match */
53+
.MM100 {
54+
background: url(../../images/badges/mm/mm100.svg);
55+
background-size: 100%;
56+
background-repeat: no-repeat;
57+
background-position: center center;
58+
}
59+
5260
.subBadge {
5361
height: 48px;
5462
float: left;

assets/images/badges/mm/mm100.svg

Lines changed: 27 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)