csscoderRU
5/6/2019 - 2:40 PM

form base.scss

///* form */
///***********************************************/
.form {
  position: relative;
  @extend %tr-opacity;
  &.state--hide {
    opacity: 0;
  }
}

.form__fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.form__row {
  margin-top: em(20px);

  &:first-child {
    margin-top: 0;
  }
}

legend + .form__row {
  margin-top: 0;
}

.form__field-control {
  position: relative;
}