| 1 |
.age-gate--stepped { |
| 2 |
|
| 3 |
.age-gate__fields, |
| 4 |
.age-gate-fields { |
| 5 |
overflow: hidden !important; |
| 6 |
} |
| 7 |
|
| 8 |
.age-gate__form-elements, |
| 9 |
.age-gate-form-elements { |
| 10 |
display: flex !important; |
| 11 |
// flex-direction: row-reverse; |
| 12 |
gap: 0 !important; |
| 13 |
// justify-content: flex-end; |
| 14 |
transition: all 0.3s ease; |
| 15 |
} |
| 16 |
|
| 17 |
.age-gate__form-section, |
| 18 |
.age-gate-form-section { |
| 19 |
flex: 0 0 100% !important; |
| 20 |
} |
| 21 |
} |
| 22 |
|