mod-base 1.0.64-beta.1 → 1.0.64-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -140,10 +140,21 @@ $contact-us-blue-light: #8498E7;
|
|
|
140
140
|
background: transparent;
|
|
141
141
|
border: 1px solid $color-grey-500;
|
|
142
142
|
}
|
|
143
|
-
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
~ .checkbox__label-text {
|
|
146
|
+
&::before {
|
|
147
|
+
border: 1px solid $color-grey-500;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
&:active,
|
|
152
|
+
&:focus,
|
|
153
|
+
&:hover,
|
|
154
|
+
&:checked {
|
|
144
155
|
~ .checkbox__label-text {
|
|
145
156
|
&::before {
|
|
146
|
-
border: 1px solid $
|
|
157
|
+
border: 1px solid $radio-btn-standard-hover-select-background-color;
|
|
147
158
|
}
|
|
148
159
|
}
|
|
149
160
|
}
|