FIX: like badges should respect bronze/silver/gold colors

This commit is contained in:
Régis Hanol 2016-03-29 15:46:41 +02:00
parent e763337f87
commit aec88dc443

View file

@ -163,15 +163,15 @@
}
&.badge-type-gold .fa {
color: #ffd700;
color: #ffd700 !important;
}
&.badge-type-silver .fa {
color: #c0c0c0;
color: #c0c0c0 !important;
}
&.badge-type-bronze .fa {
color: #cd7f32;
color: #cd7f32 !important;
}
}