Update variable JSONs

This commit is contained in:
Jeremy Thomas
2019-10-13 16:31:23 +01:00
parent 817c676a79
commit d0c84b97c9
26 changed files with 299 additions and 97 deletions

View File

@@ -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",