@rypen-dev/shared-components 5.2.0 → 5.2.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
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;
|
|
@@ -624,7 +624,7 @@ $button-small-multi-line-vertical-padding: #{($button-small-height - $button-mul
|
|
|
624
624
|
$button-small-multi-line-vertical-padding-medium: #{($button-small-height-medium - ($button-multi-line-line-height * math.div($button-small-font-size, 1rem) * 16)) * 0.5};
|
|
625
625
|
|
|
626
626
|
$button-large-multi-line-vertical-padding: #{($button-large-height - $button-multi-line-height) * 0.5};
|
|
627
|
-
$button-large-multi-line-vertical-padding-medium: #{($button-large-height - $button-multi-line-height-medium) * 0.5};
|
|
627
|
+
$button-large-multi-line-vertical-padding-medium: #{($button-large-height-medium - $button-multi-line-height-medium) * 0.5};
|
|
628
628
|
|
|
629
629
|
button,
|
|
630
630
|
.button {
|