/**
* Form textarea styles.
*
* notes:
* - gl-form-input is the SSOT for the textbox styles,
* we maintain this class to set the correct height.
*/

.gl-form-textarea,
.gl-form-textarea.form-control {
  @include gl-h-11-5;
}
