mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 09:24:24 +04:00
Update border radius variables for consistency across components (#2167)
This commit is contained in:
5
.changeset/moody-items-peel.md
Normal file
5
.changeset/moody-items-peel.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@tabler/core": patch
|
||||
---
|
||||
|
||||
Update border radius variables for consistency across components
|
||||
@@ -293,8 +293,8 @@ $theme-colors: map-merge($theme-colors, map-merge($extra-colors, $social-colors)
|
||||
$border-width: 1px !default;
|
||||
$border-width-wide: 2px !default;
|
||||
|
||||
$border-radius-sm: 2px !default;
|
||||
$border-radius: 4px !default;
|
||||
$border-radius-sm: 4px !default;
|
||||
$border-radius: 6px !default;
|
||||
$border-radius-lg: 8px !default;
|
||||
$border-radius-pill: 100rem !default;
|
||||
|
||||
@@ -614,7 +614,7 @@ $card-color: inherit !default;
|
||||
|
||||
$card-border-width: var(--#{$prefix}border-width) !default;
|
||||
$card-border-color: var(--#{$prefix}border-color-translucent) !default;
|
||||
$card-border-radius: var(--#{$prefix}border-radius) !default;
|
||||
$card-border-radius: var(--#{$prefix}border-radius-lg) !default;
|
||||
|
||||
$card-spacer-x: 1.25rem !default;
|
||||
$card-spacer-y: 1rem !default;
|
||||
|
||||
Reference in New Issue
Block a user