mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Update variable JSONs
This commit is contained in:
@@ -9,7 +9,19 @@
|
||||
},
|
||||
"$panel-item-border": {
|
||||
"name": "$panel-item-border",
|
||||
"value": "1px solid $border",
|
||||
"value": "1px solid $border-light",
|
||||
"type": "size"
|
||||
},
|
||||
"$panel-radius": {
|
||||
"name": "$panel-radius",
|
||||
"value": "$radius-large",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "6px"
|
||||
},
|
||||
"$panel-shadow": {
|
||||
"name": "$panel-shadow",
|
||||
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
|
||||
"type": "size"
|
||||
},
|
||||
"$panel-heading-background-color": {
|
||||
@@ -33,7 +45,7 @@
|
||||
},
|
||||
"$panel-heading-padding": {
|
||||
"name": "$panel-heading-padding",
|
||||
"value": "0.5em 0.75em",
|
||||
"value": "0.75em 1em",
|
||||
"type": "size"
|
||||
},
|
||||
"$panel-heading-radius": {
|
||||
@@ -50,10 +62,10 @@
|
||||
},
|
||||
"$panel-heading-weight": {
|
||||
"name": "$panel-heading-weight",
|
||||
"value": "$weight-light",
|
||||
"value": "$weight-bold",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "300"
|
||||
"computed_value": "700"
|
||||
},
|
||||
"$panel-tabs-font-size": {
|
||||
"name": "$panel-tabs-font-size",
|
||||
@@ -139,6 +151,8 @@
|
||||
"list": [
|
||||
"$panel-margin",
|
||||
"$panel-item-border",
|
||||
"$panel-radius",
|
||||
"$panel-shadow",
|
||||
"$panel-heading-background-color",
|
||||
"$panel-heading-color",
|
||||
"$panel-heading-line-height",
|
||||
|
||||
Reference in New Issue
Block a user