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