@import '../../styles/variables';

.TextMaxLength {
  height: $line-height - 2px;
  color: $gray50;
  line-height: 32px;
  font-size: $font-small;
  font-weight: 100;
  padding: 0 5px;
  border-radius: 3px;

  &_error {
    color: $error-color;
  }
}
