143
143
.contact-form .grunion-checkbox-multiple-options .contact-form-field ,
144
144
.contact-form .grunion-radio-options .contact-form-field {
145
145
display : flex;
146
- align-items : baseline;
147
-
146
+ align-items : center;
148
147
margin : 0 ;
149
148
}
149
+ .contact-form .grunion-radio-options .contact-form-field {
150
+ align-items : baseline;
151
+ }
150
152
151
153
.contact-form label span .required ,
152
154
.grunion-label-required {
@@ -570,6 +572,8 @@ on production builds, the attributes are being reordered, causing side-effects
570
572
padding-top : 8px ;
571
573
}
572
574
575
+ .contact-form .grunion-field-wrap input .consent ,
576
+ .contact-form .grunion-field-wrap input .checkbox ,
573
577
.contact-form .grunion-field-wrap input .checkbox-multiple ,
574
578
.contact-form .grunion-field-wrap input .radio {
575
579
position : relative;
@@ -589,10 +593,11 @@ on production builds, the attributes are being reordered, causing side-effects
589
593
590
594
.contact-form .grunion-field-wrap input .radio {
591
595
border-radius : 50% ;
592
-
593
596
transform : translateY (15% ); /* Small offset to compensate the slightly odd perceived alignment that's due to the circular shape */
594
597
}
595
598
599
+ .contact-form .grunion-field-wrap input .consent : checked ::before ,
600
+ .contact-form .grunion-field-wrap input .checkbox : checked ::before ,
596
601
.contact-form .grunion-field-wrap input .checkbox-multiple : checked ::before {
597
602
content : "\2713" ;
598
603
@@ -785,10 +790,8 @@ on production builds, the attributes are being reordered, causing side-effects
785
790
font-style : normal;
786
791
font-weight : bold;
787
792
}
788
-
789
- .contact-form__checkbox-wrap {
793
+ .contact-form .contact-form__checkbox-wrap {
790
794
display : inline-flex;
791
- align-items : baseline;
792
795
}
793
796
794
797
.contact-form : is ([type = "submit" ], button : not ([type = "reset" ])) {
@@ -807,7 +810,7 @@ on production builds, the attributes are being reordered, causing side-effects
807
810
display : block;
808
811
}
809
812
810
- .visually-hidden {
813
+ .contact-form . visually-hidden {
811
814
clip : rect (0 0 0 0 );
812
815
clip-path : inset (50% );
813
816
height : 1px ;
0 commit comments