better CSS for the notify flag msg char count
This commit is contained in:
parent
71f571a593
commit
c3df1f368f
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue