@rypen-dev/shared-components 5.2.1 → 5.2.3
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
package/scss/_variables.scss
CHANGED
|
@@ -220,6 +220,7 @@ $global-badge-radius: $global-base-radius !default;
|
|
|
220
220
|
|
|
221
221
|
// Forms
|
|
222
222
|
$global-form-input-radius: $global-base-radius !default;
|
|
223
|
+
$checkbox-input-radius: $global-base-radius !default;
|
|
223
224
|
|
|
224
225
|
// Modals
|
|
225
226
|
$modal-window-radius: $global-base-radius !default;
|
|
@@ -138,7 +138,7 @@ select {
|
|
|
138
138
|
height: 30px;
|
|
139
139
|
background-color: $white;
|
|
140
140
|
border: solid 2px $input-border-color;
|
|
141
|
-
border-radius: $input-radius;
|
|
141
|
+
border-radius: $checkbox-input-radius;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
&::after {
|
|
@@ -908,7 +908,7 @@ label {
|
|
|
908
908
|
position: absolute;
|
|
909
909
|
left: 16px;
|
|
910
910
|
top: 10px;
|
|
911
|
-
background-image: url(
|
|
911
|
+
background-image: url($credit-card-icon-image);
|
|
912
912
|
background-repeat: no-repeat;
|
|
913
913
|
background-size: 35px 25px;
|
|
914
914
|
}
|