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

115 lines
3.4 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
2019-05-18 15:12:56 +00:00
"$dropdown-menu-min-width": {
"name": "$dropdown-menu-min-width",
"value": "12rem",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$dropdown-content-background-color": {
"name": "$dropdown-content-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
"$dropdown-content-arrow": {
"name": "$dropdown-content-arrow",
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
"$dropdown-content-offset": {
"name": "$dropdown-content-offset",
2018-06-16 19:47:52 +00:00
"value": "4px",
"type": "size"
},
2019-05-18 15:12:56 +00:00
"$dropdown-content-padding-bottom": {
"name": "$dropdown-content-padding-bottom",
"value": "0.5rem",
"type": "size"
},
"$dropdown-content-padding-top": {
"name": "$dropdown-content-padding-top",
"value": "0.5rem",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$dropdown-content-radius": {
"name": "$dropdown-content-radius",
2018-06-16 19:47:52 +00:00
"value": "$radius",
"type": "variable",
"computed_type": "size",
"computed_value": "4px"
},
2018-06-16 19:47:52 +00:00
"$dropdown-content-shadow": {
"name": "$dropdown-content-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
"$dropdown-content-z": {
"name": "$dropdown-content-z",
2018-06-16 19:47:52 +00:00
"value": "20",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$dropdown-item-color": {
"name": "$dropdown-item-color",
2019-10-13 15:31:23 +00:00
"value": "$text",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
2018-06-16 19:47:52 +00:00
"$dropdown-item-hover-color": {
"name": "$dropdown-item-hover-color",
2019-10-13 15:31:23 +00:00
"value": "$scheme-invert",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 4%)"
},
2018-06-16 19:47:52 +00:00
"$dropdown-item-hover-background-color": {
"name": "$dropdown-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
"$dropdown-item-active-color": {
"name": "$dropdown-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
"$dropdown-item-active-background-color": {
"name": "$dropdown-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
"$dropdown-divider-background-color": {
"name": "$dropdown-divider-background-color",
2019-10-13 15:31:23 +00:00
"value": "$border-light",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
2019-10-13 15:31:23 +00:00
"computed_value": "hsl(0, 0%, 93%)"
}
2018-06-16 19:47:52 +00:00
},
"list": [
2019-05-18 15:12:56 +00:00
"$dropdown-menu-min-width",
2018-06-16 19:47:52 +00:00
"$dropdown-content-background-color",
"$dropdown-content-arrow",
"$dropdown-content-offset",
2019-05-18 15:12:56 +00:00
"$dropdown-content-padding-bottom",
"$dropdown-content-padding-top",
2018-06-16 19:47:52 +00:00
"$dropdown-content-radius",
"$dropdown-content-shadow",
"$dropdown-content-z",
"$dropdown-item-color",
"$dropdown-item-hover-color",
"$dropdown-item-hover-background-color",
"$dropdown-item-active-color",
"$dropdown-item-active-background-color",
"$dropdown-divider-background-color"
],
"file_path": "components/dropdown.sass"
}