mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
fixed `--#{$prefix}card-bg is undefined
This commit is contained in:
@@ -382,8 +382,8 @@ $btn-border-radius: $border-radius !default;
|
||||
//cards
|
||||
$card-title-spacer-y: 1.25rem !default;
|
||||
|
||||
$card-bg: inherit !default;
|
||||
$card-color: inherit !default;
|
||||
$card-bg: $white !default;
|
||||
$card-color: $dark !default;
|
||||
|
||||
$card-border-width: $border-width !default;
|
||||
$card-border-color: $border-color-transparent !default;
|
||||
@@ -423,7 +423,7 @@ $carousel-indicator-dot-width: .5rem !default;
|
||||
$btn-close-width: .75rem !default;
|
||||
$btn-close-opacity: .3 !default;
|
||||
|
||||
// datagrid
|
||||
//datagrid
|
||||
$datagrid-padding: 1.5rem !default;
|
||||
$datagrid-item-width: 15rem !default;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.card {
|
||||
--#{$prefix}card-border-radius: var(--#{$prefix}border-radius);
|
||||
//--#{$prefix}card-bg: var(--#{$prefix}card-bg);
|
||||
--#{$prefix}card-bg: var(--#{$prefix}card-bg);
|
||||
|
||||
box-shadow: $card-shadow;
|
||||
border: $card-border-width solid $card-border-color;
|
||||
|
||||
Reference in New Issue
Block a user