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

69 lines
1.9 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$menu-item-color": {
"name": "$menu-item-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
"$menu-item-radius": {
"name": "$menu-item-radius",
2018-06-16 19:47:52 +00:00
"value": "$radius-small",
"type": "variable",
"computed_type": "size",
"computed_value": "2px"
},
2018-06-16 19:47:52 +00:00
"$menu-item-hover-color": {
"name": "$menu-item-hover-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
"$menu-item-hover-background-color": {
"name": "$menu-item-hover-background-color",
2018-06-16 19:47:52 +00:00
"value": "$background",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
2018-06-16 19:47:52 +00:00
"$menu-item-active-color": {
"name": "$menu-item-active-color",
2018-06-16 19:47:52 +00:00
"value": "$link-invert",
"type": "variable",
2018-06-17 00:05:48 +00:00
"computed_type": "color",
"computed_value": "#fff"
},
2018-06-16 19:47:52 +00:00
"$menu-item-active-background-color": {
"name": "$menu-item-active-background-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
"$menu-list-border-left": {
"name": "$menu-list-border-left",
2018-06-16 19:47:52 +00:00
"value": "1px solid $border",
2018-06-17 00:05:48 +00:00
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$menu-label-color": {
"name": "$menu-label-color",
2018-06-16 19:47:52 +00:00
"value": "$text-light",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 48%)"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$menu-item-color",
"$menu-item-radius",
"$menu-item-hover-color",
"$menu-item-hover-background-color",
"$menu-item-active-color",
"$menu-item-active-background-color",
"$menu-list-border-left",
"$menu-label-color"
],
"file_path": "components/menu.sass"
}