scratch-www/src/components/forms/charcount.scss

12 lines
175 B
SCSS
Raw Normal View History

2016-06-23 07:27:43 -04:00
@import "../../colors";
.char-count {
letter-spacing: 1px;
color: lighten($type-gray, 30%);
font-weight: 500;
2016-06-23 07:27:43 -04:00
&.overmax {
color: $ui-orange;
2016-06-23 07:27:43 -04:00
}
}