.textarea-no-resize {
  resize: none;
}

.textarea-small {
  min-height: 5em;
}

.textarea-medium {
  min-height: 8em;
}

.textarea-large {
  min-height: 10em;
}

textarea[disabled] {
  background-color: #ededed;
  color: #ededed;
  cursor: not-allowed;
}