bulma/docs/_data/variables/components/breadcrumb.json

51 lines
1.5 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$breadcrumb-item-color": {
"name": "$breadcrumb-item-color",
2018-06-16 19:47:52 +00:00
"value": "$link",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(217, 71%, 53%)"
},
2018-06-16 19:47:52 +00:00
"$breadcrumb-item-hover-color": {
"name": "$breadcrumb-item-hover-color",
2018-06-16 19:47:52 +00:00
"value": "$link-hover",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
2018-06-16 19:47:52 +00:00
"$breadcrumb-item-active-color": {
"name": "$breadcrumb-item-active-color",
2018-06-16 19:47:52 +00:00
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
2018-06-16 19:47:52 +00:00
"$breadcrumb-item-padding-vertical": {
"name": "$breadcrumb-item-padding-vertical",
"value": "0",
"type": "string"
},
"$breadcrumb-item-padding-horizontal": {
"name": "$breadcrumb-item-padding-horizontal",
"value": "0.75em",
"type": "size"
},
"$breadcrumb-item-separator-color": {
"name": "$breadcrumb-item-separator-color",
2018-06-16 19:47:52 +00:00
"value": "$grey-light",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 71%)"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$breadcrumb-item-color",
"$breadcrumb-item-hover-color",
"$breadcrumb-item-active-color",
"$breadcrumb-item-padding-vertical",
"$breadcrumb-item-padding-horizontal",
"$breadcrumb-item-separator-color"
],
"file_path": "components/breadcrumb.sass"
}