better CSS for the notify flag msg char count

This commit is contained in:
Jeff Atwood 2014-11-12 01:23:49 -08:00
parent 71f571a593
commit c3df1f368f
2 changed files with 6 additions and 4 deletions

View File

@ -102,8 +102,9 @@ animation: modal .25s;
}
.custom-message-length {
margin-bottom: 10px;
margin-left: 20px;
margin: -10px 0 10px 20px;
color: scale-color($primary, $lightness: 70%);
font-size: 85%;
}
.flag-message {

View File

@ -100,8 +100,9 @@
}
.custom-message-length {
margin-bottom: 10px;
margin-left: 20px;
margin: -10px 0 10px 20px;
color: scale-color($primary, $lightness: 70%);
font-size: 85%;
}
.flag-message {