mahaplatform/reframe

View on GitHub
src/controls/textarea/style.less

Summary

Maintainability
Test Coverage
.reframe-textarea {
  position: relative;
}
.reframe-textarea-length {
  position: absolute;
  right: 0;
  top: -2em;
  color: fadeout(@black, 50);
  font-size: 0.8em;
  &.max {
    color: @red;
  }
}