@foeewni/web-core 3.0.0-alpha.17 → 3.0.0-alpha.18
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
|
@@ -601,9 +601,9 @@ $btn-link-disabled-color: $gray-600;
|
|
|
601
601
|
$btn-block-spacing-y: .5rem;
|
|
602
602
|
|
|
603
603
|
// Allows for customizing button radius independently from global border radius
|
|
604
|
-
$btn-border-radius:
|
|
605
|
-
$btn-border-radius-lg:
|
|
606
|
-
$btn-border-radius-sm:
|
|
604
|
+
$btn-border-radius: 0;
|
|
605
|
+
$btn-border-radius-lg: 0;
|
|
606
|
+
$btn-border-radius-sm: 0;
|
|
607
607
|
|
|
608
608
|
$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
|
|
609
609
|
|