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

support crowd for good badge #823

Merged
merged 1 commit into from
Jun 14, 2016
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/profile/badges/badges.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,12 @@ import moment from 'moment-timezone'
name : 'Designer of the Month',
groupClass : 'Member-of-the-Month',
active : false
},
{
id: 1007,
name: 'Crowd for Good',
groupClass: 'Crowd-for-Good',
active: false
}
]
}
Expand Down
3 changes: 3 additions & 0 deletions assets/css/directives/badge-tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,9 @@
.TopCoder-Spirit { background-position: -144px -336px; }
.TopCoder-Mentor { background-position: -192px -336px; }

.Crowd-for-Good {
background-position: 0px -672px;
}
.Wireframe {
width: 31px;
background-position: 0px -1009px !important;
Expand Down
Binary file modified assets/images/badge.grid.large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.