mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:59:04 +08:00
9 lines
120 B
SCSS
9 lines
120 B
SCSS
|
.form-kit__char-counter {
|
||
|
margin-left: auto;
|
||
|
padding-top: 0.15em;
|
||
|
|
||
|
&.--exceeded {
|
||
|
color: var(--danger);
|
||
|
}
|
||
|
}
|