We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ec020e + 12e3078 commit 483d78aCopy full SHA for 483d78a
src/scss/03-base/_forms.scss
@@ -61,10 +61,34 @@ input[type="radio"] {
61
&:checked {
62
@include checkbox-custom-checked;
63
}
64
+
65
+ /*
66
+ --------------------
67
+ For complianz plugin
68
69
70
+ *:not(.cmplz-banner-checkbox) > & {
71
+ @include checkbox-custom;
72
73
+ &:checked {
74
+ @include checkbox-custom-checked;
75
+ }
76
77
+ */
78
79
80
input[type="radio"] {
- @include radio-custom;
81
+ @include radio-custom(true);
82
83
84
85
86
87
88
89
90
91
92
93
94
input[type="submit"] {
0 commit comments