bulma/docs/_data/variables/elements/table.json

85 lines
2.6 KiB
JSON
Raw Normal View History

{
"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"
}
}
}