mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
add 3 variables to allow customization of card-header, card-content and card-footer background (#1619)
This commit is contained in:
@@ -36,10 +36,25 @@
|
||||
"name": "$card-header-weight",
|
||||
"value": "$weight-bold"
|
||||
},
|
||||
"card-header-background-color": {
|
||||
"id": "card-header-background-color",
|
||||
"name": "$card-header-background-color",
|
||||
"value": "none"
|
||||
},
|
||||
"card-content-background-color": {
|
||||
"id": "card-content-background-color",
|
||||
"name": "$card-content-background-color",
|
||||
"value": "none"
|
||||
},
|
||||
"card-footer-border-top": {
|
||||
"id": "card-footer-border-top",
|
||||
"name": "$card-footer-border-top",
|
||||
"value": "1px solid $border"
|
||||
},
|
||||
"card-footer-background-color": {
|
||||
"id": "card-footer-background-color",
|
||||
"name": "$card-footer-background-color",
|
||||
"value": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user