File tree Expand file tree Collapse file tree 1 file changed +18
-26
lines changed Expand file tree Collapse file tree 1 file changed +18
-26
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ const { headerLevel,
37
37
<div class="form-row">
38
38
<div class="form-row field checkbox">
39
39
<Checkbox client:load />
40
- <p>I agree to receive information about defguard’ s products and services.</p>
40
+ <p>I agree to receive information about defguard' s products and services.</p>
41
41
</div>
42
42
<p>
43
- By submitting this form, I confirm that I have read and agree to defguard’ s
43
+ By submitting this form, I confirm that I have read and agree to defguard' s
44
44
Privacy Notice and Privacy Policy.
45
45
</p>
46
46
</div>
@@ -89,39 +89,31 @@ const { headerLevel,
89
89
flex-flow: column;
90
90
row-gap: 8px;
91
91
92
- input {
92
+ .form-row {
93
93
width: 100%;
94
- height: 38px;
95
- border: 1px solid var(--text-body-primary);
96
- background-color: transparent;
97
- &:focus-visible {
98
- outline: none;
94
+ display: flex;
95
+ flex-flow: column;
96
+ align-items: center;
97
+ justify-content: flex-start;
98
+ gap: 8px;
99
+
100
+ &.field {
101
+ max-width: 720px;
99
102
}
100
103
}
101
104
102
105
.field-email {
103
106
padding: 0;
107
+ width: 100%;
104
108
}
105
109
106
- .form-row {
110
+ input {
107
111
width: 100%;
108
- display: flex;
109
- flex-flow: row wrap;
110
- align-items: center;
111
- justify-content: flex-start;
112
- column-gap: 8px;
113
- row-gap: 8px;
114
-
115
- &.field {
116
- max-width: 720px;
117
- @include break-up(lg) {
118
- display: grid;
119
- grid-template-columns: max-content 1fr;
120
- }
121
-
122
- &.checkbox {
123
- padding: 0px;
124
- }
112
+ height: 38px;
113
+ border: 1px solid var(--text-body-primary);
114
+ background-color: transparent;
115
+ &:focus-visible {
116
+ outline: none;
125
117
}
126
118
}
127
119
You can’t perform that action at this time.
0 commit comments