File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -63,35 +63,29 @@ $all-text-inputs: assign-inputs($text-inputs-list);
63
63
& :checked {
64
64
@include checkbox-custom-checked ;
65
65
}
66
+ }
66
67
67
- /*
68
- --------------------
69
- For complianz plugin
70
- --------------------
68
+ input [type = " radio" ] {
69
+ @include radio-custom (true);
70
+ }
71
71
72
- *:not(.cmplz-banner-checkbox) > & {
72
+ /*
73
+ // For complianz plugin
74
+ *:not(.cmplz-banner-checkbox) > {
75
+ input[type="checkbox"],
76
+ input[type="radio"] {
73
77
@include checkbox-custom;
74
78
75
79
&:checked {
76
80
@include checkbox-custom-checked;
77
81
}
78
82
}
79
- */
80
- }
81
-
82
- input [type = " radio" ] {
83
- @include radio-custom (true);
84
-
85
- /*
86
- --------------------
87
- For complianz plugin
88
- --------------------
89
83
90
- *:not(.cmplz-banner-checkbox) > & {
84
+ input[type="radio"] {
91
85
@include radio-custom(true);
92
86
}
93
- */
94
87
}
88
+ */
95
89
96
90
input [type = " submit" ] {
97
91
@extend %btn-block ;
You can’t perform that action at this time.
0 commit comments