bulma/docs/_data/variables/form/tools.json

26 lines
447 B
JSON
Raw Normal View History

2019-05-18 15:12:56 +00:00
{
2024-03-21 16:11:54 +00:00
"sass-vars": [
{
"name": "label-color",
"value": "var(--bulma-text-strong)"
2019-05-18 15:12:56 +00:00
},
2024-03-21 16:11:54 +00:00
{
"name": "label-weight",
"value": "var(--bulma-weight-semibold)"
2019-05-18 15:12:56 +00:00
},
2024-03-21 16:11:54 +00:00
{
"name": "help-size",
"value": "var(--bulma-size-small)"
2020-09-16 23:30:49 +00:00
},
2024-03-21 16:11:54 +00:00
{
"name": "label-colors",
"value": "shared.$form-colors"
2019-05-18 15:12:56 +00:00
}
],
2024-03-21 16:11:54 +00:00
"css-vars": [
{
"name": "block-spacing",
"value": "0.75rem,"
}
]
2019-05-18 15:12:56 +00:00
}