mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
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 {
|
.custom-message-length {
|
||||||
margin-bottom: 10px;
|
margin: -10px 0 10px 20px;
|
||||||
margin-left: 20px;
|
color: scale-color($primary, $lightness: 70%);
|
||||||
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flag-message {
|
.flag-message {
|
||||||
|
@ -100,8 +100,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.custom-message-length {
|
.custom-message-length {
|
||||||
margin-bottom: 10px;
|
margin: -10px 0 10px 20px;
|
||||||
margin-left: 20px;
|
color: scale-color($primary, $lightness: 70%);
|
||||||
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flag-message {
|
.flag-message {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user