Correcting BS3 regression on badge color + spelling mistake

This commit is contained in:
augier 2015-08-28 10:13:00 +02:00
parent 9446a3ae21
commit 2ca963fadb
3 changed files with 5 additions and 2 deletions

View file

@ -252,3 +252,6 @@
label { font-weight: bold; }
}
.badge-important {
background-color: $brand-danger;
}

View file

@ -16,7 +16,7 @@
= other_participants.count - 1
.bg
.badge.badge-dafault.message_count
.badge.badge-default.message_count
= conversation.messages.size
- if visibility.unread > 0
.badge.badge-important.unread_message_count

View file

@ -1,5 +1,5 @@
.subject
.badge.badge-dafault.message_count
.badge.badge-default.message_count
= conversation.messages.size
- if unread_count > 0
.badge.badge-important.unread_message_count