mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
fixiing bad default value for background color of card header, content and footer. Previously was none, now it is transparent (default CSS value)
This commit is contained in:
committed by
Jeremy Thomas
parent
c368ebf62c
commit
a9a5666b9c
@@ -2,14 +2,14 @@ $card-color: $text !default
|
||||
$card-background-color: $white !default
|
||||
$card-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1) !default
|
||||
|
||||
$card-header-background-color: none !default
|
||||
$card-header-background-color: transparent !default
|
||||
$card-header-color: $text-strong !default
|
||||
$card-header-shadow: 0 1px 2px rgba($black, 0.1) !default
|
||||
$card-header-weight: $weight-bold !default
|
||||
|
||||
$card-content-background-color: none !default
|
||||
$card-content-background-color: transparent !default
|
||||
|
||||
$card-footer-background-color: none !default
|
||||
$card-footer-background-color: transparent !default
|
||||
$card-footer-border-top: 1px solid $border !default
|
||||
|
||||
.card
|
||||
|
||||
Reference in New Issue
Block a user