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

143 lines
4.7 KiB
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$table-color": {
"name": "$table-color",
2019-10-13 15:31:23 +00:00
"value": "$text-strong",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
2018-06-16 19:47:52 +00:00
"$table-background-color": {
"name": "$table-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
"$table-cell-border": {
"name": "$table-cell-border",
2019-10-13 15:31:23 +00:00
"value": "1px solid $border",
2018-06-17 00:05:48 +00:00
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$table-cell-border-width": {
"name": "$table-cell-border-width",
2018-06-16 19:47:52 +00:00
"value": "0 0 1px",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$table-cell-padding": {
"name": "$table-cell-padding",
2018-06-16 19:47:52 +00:00
"value": "0.5em 0.75em",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$table-cell-heading-color": {
"name": "$table-cell-heading-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
"$table-head-cell-border-width": {
"name": "$table-head-cell-border-width",
2018-06-16 19:47:52 +00:00
"value": "0 0 2px",
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$table-head-cell-color": {
"name": "$table-head-cell-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
"$table-foot-cell-border-width": {
"name": "$table-foot-cell-border-width",
2018-06-16 19:47:52 +00:00
"value": "2px 0 0",
2018-06-17 00:05:48 +00:00
"type": "size"
},
2018-06-16 19:47:52 +00:00
"$table-foot-cell-color": {
"name": "$table-foot-cell-color",
2018-06-16 19:47:52 +00:00
"value": "$text-strong",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
2018-10-31 17:16:10 +00:00
"$table-head-background-color": {
"name": "$table-head-background-color",
"value": "transparent",
"type": "string"
},
"$table-body-background-color": {
"name": "$table-body-background-color",
"value": "transparent",
"type": "string"
},
"$table-foot-background-color": {
"name": "$table-foot-background-color",
"value": "transparent",
"type": "string"
},
2018-06-16 19:47:52 +00:00
"$table-row-hover-background-color": {
"name": "$table-row-hover-background-color",
2019-10-13 15:31:23 +00:00
"value": "$scheme-main-bis",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
},
2018-06-16 19:47:52 +00:00
"$table-row-active-background-color": {
"name": "$table-row-active-background-color",
2018-06-16 19:47:52 +00:00
"value": "$primary",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(171, 100%, 41%)"
},
2018-06-16 19:47:52 +00:00
"$table-row-active-color": {
"name": "$table-row-active-color",
2018-06-16 19:47:52 +00:00
"value": "$primary-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
"$table-striped-row-even-background-color": {
"name": "$table-striped-row-even-background-color",
2019-10-13 15:31:23 +00:00
"value": "$scheme-main-bis",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
},
2018-06-16 19:47:52 +00:00
"$table-striped-row-even-hover-background-color": {
"name": "$table-striped-row-even-hover-background-color",
2019-10-13 15:31:23 +00:00
"value": "$scheme-main-ter",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
2020-09-16 23:30:49 +00:00
},
"$table-colors": {
"name": "$table-colors",
"value": "$colors",
"type": "variable",
"computed_type": "function",
"computed_value": "mergeColorMaps((\"white\": ($white, $black), \"black\": ($black, $white), \"light\": ($light, $light-invert), \"dark\": ($dark, $dark-invert), \"primary\": ($primary, $primary-invert, $primary-light, $primary-dark), \"link\": ($link, $link-invert, $link-light, $link-dark), \"info\": ($info, $info-invert, $info-light, $info-dark), \"success\": ($success, $success-invert, $success-light, $success-dark), \"warning\": ($warning, $warning-invert, $warning-light, $warning-dark), \"danger\": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors)"
}
2018-06-16 19:47:52 +00:00
},
"list": [
"$table-color",
"$table-background-color",
"$table-cell-border",
"$table-cell-border-width",
"$table-cell-padding",
"$table-cell-heading-color",
"$table-head-cell-border-width",
"$table-head-cell-color",
"$table-foot-cell-border-width",
"$table-foot-cell-color",
2018-10-31 17:16:10 +00:00
"$table-head-background-color",
"$table-body-background-color",
"$table-foot-background-color",
2018-06-16 19:47:52 +00:00
"$table-row-hover-background-color",
"$table-row-active-background-color",
"$table-row-active-color",
"$table-striped-row-even-background-color",
2020-09-16 23:30:49 +00:00
"$table-striped-row-even-hover-background-color",
"$table-colors"
2018-06-16 19:47:52 +00:00
],
"file_path": "elements/table.sass"
}