mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 21:31:28 +04:00
Fix duplicate !default SCSS vars so avatar font-size and body emphasis color apply (#2844)
This commit is contained in:
@@ -373,8 +373,6 @@ $body-secondary-bg: $gray-200 !default;
|
||||
$body-tertiary-color: rgba($body-color, 0.5) !default;
|
||||
$body-tertiary-bg: $gray-100 !default;
|
||||
|
||||
$body-emphasis-color: $black !default;
|
||||
|
||||
// Typography
|
||||
$font-google: null !default;
|
||||
$font-google-monospaced: null !default;
|
||||
@@ -795,7 +793,6 @@ $nested-kbd-font-weight: null !default; // Deprecated in v5.2.0, removing in v6
|
||||
// scss-docs-start avatar-variables
|
||||
$avatar-size: 2.5rem !default;
|
||||
$avatar-status-size: 0.75rem !default;
|
||||
$avatar-font-size: 1rem !default;
|
||||
$avatar-icon-size: 1.5rem !default;
|
||||
$avatar-brand-size: 1.25rem !default;
|
||||
$avatar-upload-icon-size: 1.5rem !default;
|
||||
|
||||
Reference in New Issue
Block a user