scratch-www/src/components/forms/charcount.scss
carljbowman 6a8676ea35 Remove Darken and Ligthen SCSS
Updated all the places in the SCSS where we use Darken and Lighten properties.

These properties have been problematic in the past and caused some state issues, e.g. New message(s) hightlight (which was fixed seperately from this issue)
2018-07-31 14:37:49 -04:00

11 lines
171 B
SCSS

@import "../../colors";
.char-count {
letter-spacing: 1px;
color: $type-gray-75percent;
font-weight: 500;
&.overmax {
color: $ui-orange;
}
}