bulma/docs/_data/variables/components/dropdown.json
bstashio 1523ce8527 Docs/variables data (#1314)
* Replace variables.json with colors.json and update related files accordingly

* Add variables data files

* Update variables include template and all related files to use new variables data

* Fix mobile breakpoint id typo in responsivness docs page

* Fix Liquid syntax error in made-with-bulma docs page

* Update bulma sass files count in modular docs page

* Use breakpoints data in responsiveness helpers docs page

* Use breakpoints and variables data in typography helpers docs page

* Add missing page titles in docs pages front matter
2017-10-17 10:28:59 +01:00

70 lines
2.1 KiB
JSON

{
"dir_name": "components",
"file_name": "dropdown",
"file_relative_path": "components/dropdown.sass",
"file_line_from": 1,
"file_line_to": 14,
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/components/dropdown.sass#L1,L14",
"vars": {
"dropdown-content-background-color": {
"id": "dropdown-content-background-color",
"name": "$dropdown-content-background-color",
"value": "$white"
},
"dropdown-content-arrow": {
"id": "dropdown-content-arrow",
"name": "$dropdown-content-arrow",
"value": "$link"
},
"dropdown-content-offset": {
"id": "dropdown-content-offset",
"name": "$dropdown-content-offset",
"value": "4px"
},
"dropdown-content-radius": {
"id": "dropdown-content-radius",
"name": "$dropdown-content-radius",
"value": "$radius"
},
"dropdown-content-shadow": {
"id": "dropdown-content-shadow",
"name": "$dropdown-content-shadow",
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)"
},
"dropdown-content-z": {
"id": "dropdown-content-z",
"name": "$dropdown-content-z",
"value": "20"
},
"dropdown-item-color": {
"id": "dropdown-item-color",
"name": "$dropdown-item-color",
"value": "$grey-dark"
},
"dropdown-item-hover-color": {
"id": "dropdown-item-hover-color",
"name": "$dropdown-item-hover-color",
"value": "$black"
},
"dropdown-item-hover-background-color": {
"id": "dropdown-item-hover-background-color",
"name": "$dropdown-item-hover-background-color",
"value": "$background"
},
"dropdown-item-active-color": {
"id": "dropdown-item-active-color",
"name": "$dropdown-item-active-color",
"value": "$link-invert"
},
"dropdown-item-active-background-color": {
"id": "dropdown-item-active-background-color",
"name": "$dropdown-item-active-background-color",
"value": "$link"
},
"dropdown-divider-background-color": {
"id": "dropdown-divider-background-color",
"name": "$dropdown-divider-background-color",
"value": "$border"
}
}
}