@use './colors';

@mixin all {
  .seam-form-field {
    margin-bottom: 24px;

    > .seam-input-label {
      user-select: none;
    }

    > .seam-radio-field {
      margin-top: 4px;
    }
  }
}
