PluginProbe
Age Gate / 3.7.3
Age Gate v3.7.3
3.7.3 trunk 1.0.0 1.0.1 1.1.0 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 All 113 releases
age-gate / src / Resources / assets / scss / public / stepped.scss

stepped.scss in Age Gate 3.7.3, at src/Resources/assets/scss/public/stepped.scss

22 lines 454 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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