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

12 lines
152 B
SCSS
Raw Normal View History

2016-06-23 07:27:43 -04:00
@import "../../colors";
p {
&.char-count {
color: $active-dark-gray;
&.overmax {
color: $ui-orange;
}
}
}