bulma/docs/_data/variables/elements/table.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

85 lines
2.6 KiB
JSON

{
"dir_name": "elements",
"file_name": "table",
"file_relative_path": "elements/table.sass",
"file_line_from": 1,
"file_line_to": 20,
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/elements/table.sass#L1,L20",
"vars": {
"table-color": {
"id": "table-color",
"name": "$table-color",
"value": "$grey-darker"
},
"table-background-color": {
"id": "table-background-color",
"name": "$table-background-color",
"value": "$white"
},
"table-cell-border": {
"id": "table-cell-border",
"name": "$table-cell-border",
"value": "1px solid $grey-lighter"
},
"table-cell-border-width": {
"id": "table-cell-border-width",
"name": "$table-cell-border-width",
"value": "0 0 1px"
},
"table-cell-padding": {
"id": "table-cell-padding",
"name": "$table-cell-padding",
"value": "0.5em 0.75em"
},
"table-cell-heading-color": {
"id": "table-cell-heading-color",
"name": "$table-cell-heading-color",
"value": "$text-strong"
},
"table-head-cell-border-width": {
"id": "table-head-cell-border-width",
"name": "$table-head-cell-border-width",
"value": "0 0 2px"
},
"table-head-cell-color": {
"id": "table-head-cell-color",
"name": "$table-head-cell-color",
"value": "$text-strong"
},
"table-foot-cell-border-width": {
"id": "table-foot-cell-border-width",
"name": "$table-foot-cell-border-width",
"value": "2px 0 0"
},
"table-foot-cell-color": {
"id": "table-foot-cell-color",
"name": "$table-foot-cell-color",
"value": "$text-strong"
},
"table-row-hover-background-color": {
"id": "table-row-hover-background-color",
"name": "$table-row-hover-background-color",
"value": "$white-bis"
},
"table-row-active-background-color": {
"id": "table-row-active-background-color",
"name": "$table-row-active-background-color",
"value": "$primary"
},
"table-row-active-color": {
"id": "table-row-active-color",
"name": "$table-row-active-color",
"value": "$primary-invert"
},
"table-striped-row-even-background-color": {
"id": "table-striped-row-even-background-color",
"name": "$table-striped-row-even-background-color",
"value": "$white-bis"
},
"table-striped-row-even-hover-background-color": {
"id": "table-striped-row-even-hover-background-color",
"name": "$table-striped-row-even-hover-background-color",
"value": "$white-ter"
}
}
}