@import "../base/helpers";

som-form-field,
.form-group {
  .text-error {
    color: $red;
  }

  .text-optional {
    @include text-optional;
  }
}
