_FormField.scss 185 B

123456789101112
  1. .form-field {
  2. margin-bottom: $space-xxs;
  3. display: flex;
  4. flex-direction: row;
  5. align-items: center;
  6. text-align: left;
  7. position: relative;
  8. &--grow {
  9. flex-grow: 1;
  10. }
  11. }