mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -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
@@ -39,12 +39,12 @@
|
||||
"card-header-background-color": {
|
||||
"id": "card-header-background-color",
|
||||
"name": "$card-header-background-color",
|
||||
"value": "none"
|
||||
"value": "transparent"
|
||||
},
|
||||
"card-content-background-color": {
|
||||
"id": "card-content-background-color",
|
||||
"name": "$card-content-background-color",
|
||||
"value": "none"
|
||||
"value": "transparent"
|
||||
},
|
||||
"card-footer-border-top": {
|
||||
"id": "card-footer-border-top",
|
||||
@@ -54,7 +54,7 @@
|
||||
"card-footer-background-color": {
|
||||
"id": "card-footer-background-color",
|
||||
"name": "$card-footer-background-color",
|
||||
"value": "none"
|
||||
"value": "transparent"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user