bulma/docs/_data/variables/elements/box.json

55 lines
1.4 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$box-color": {
"name": "$box-color",
2018-06-16 19:47:52 +00:00
"value": "$text",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
2018-06-16 19:47:52 +00:00
"$box-background-color": {
"name": "$box-background-color",
2019-10-13 15:31:23 +00:00
"value": "$scheme-main",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 100%)"
},
2018-06-16 19:47:52 +00:00
"$box-radius": {
"name": "$box-radius",
2018-06-16 19:47:52 +00:00
"value": "$radius-large",
"type": "variable",
"computed_type": "size",
"computed_value": "6px"
},
2018-06-16 19:47:52 +00:00
"$box-shadow": {
"name": "$box-shadow",
2019-10-13 15:31:23 +00:00
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
2018-06-17 00:05:48 +00:00
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$box-padding": {
"name": "$box-padding",
2018-06-16 19:47:52 +00:00
"value": "1.25rem",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$box-link-hover-shadow": {
"name": "$box-link-hover-shadow",
2019-10-13 15:31:23 +00:00
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1px $link",
2018-06-17 00:05:48 +00:00
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$box-link-active-shadow": {
"name": "$box-link-active-shadow",
2019-10-13 15:31:23 +00:00
"value": "inset 0 1px 2px rgba($scheme-invert, 0.2), 0 0 0 1px $link",
2018-06-17 00:05:48 +00:00
"type": "size"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$box-color",
"$box-background-color",
"$box-radius",
"$box-shadow",
"$box-padding",
"$box-link-hover-shadow",
"$box-link-active-shadow"
],
"file_path": "elements/box.sass"
}