mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
191 lines
5.5 KiB
JSON
191 lines
5.5 KiB
JSON
{
|
|
"by_name": {
|
|
"$button-color": {
|
|
"name": "$button-color",
|
|
"value": "$grey-darker",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 21%)"
|
|
},
|
|
"$button-background-color": {
|
|
"name": "$button-background-color",
|
|
"value": "$white",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 100%)"
|
|
},
|
|
"$button-family": {
|
|
"name": "$button-family",
|
|
"value": "false",
|
|
"type": "boolean"
|
|
},
|
|
"$button-border-color": {
|
|
"name": "$button-border-color",
|
|
"value": "$grey-lighter",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 86%)"
|
|
},
|
|
"$button-border-width": {
|
|
"name": "$button-border-width",
|
|
"value": "$control-border-width",
|
|
"type": "variable"
|
|
},
|
|
"$button-padding-vertical": {
|
|
"name": "$button-padding-vertical",
|
|
"value": "calc(0.375em - #{$button-border-width})",
|
|
"type": "size"
|
|
},
|
|
"$button-padding-horizontal": {
|
|
"name": "$button-padding-horizontal",
|
|
"value": "0.75em",
|
|
"type": "size"
|
|
},
|
|
"$button-hover-color": {
|
|
"name": "$button-hover-color",
|
|
"value": "$link-hover",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 21%)"
|
|
},
|
|
"$button-hover-border-color": {
|
|
"name": "$button-hover-border-color",
|
|
"value": "$link-hover-border",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 71%)"
|
|
},
|
|
"$button-focus-color": {
|
|
"name": "$button-focus-color",
|
|
"value": "$link-focus",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 21%)"
|
|
},
|
|
"$button-focus-border-color": {
|
|
"name": "$button-focus-border-color",
|
|
"value": "$link-focus-border",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(217, 71%, 53%)"
|
|
},
|
|
"$button-focus-box-shadow-size": {
|
|
"name": "$button-focus-box-shadow-size",
|
|
"value": "0 0 0 0.125em",
|
|
"type": "size"
|
|
},
|
|
"$button-focus-box-shadow-color": {
|
|
"name": "$button-focus-box-shadow-color",
|
|
"value": "rgba($link, 0.25)",
|
|
"type": "color"
|
|
},
|
|
"$button-active-color": {
|
|
"name": "$button-active-color",
|
|
"value": "$link-active",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 21%)"
|
|
},
|
|
"$button-active-border-color": {
|
|
"name": "$button-active-border-color",
|
|
"value": "$link-active-border",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 29%)"
|
|
},
|
|
"$button-text-color": {
|
|
"name": "$button-text-color",
|
|
"value": "$text",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 29%)"
|
|
},
|
|
"$button-text-hover-background-color": {
|
|
"name": "$button-text-hover-background-color",
|
|
"value": "$background",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 96%)"
|
|
},
|
|
"$button-text-hover-color": {
|
|
"name": "$button-text-hover-color",
|
|
"value": "$text-strong",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 21%)"
|
|
},
|
|
"$button-disabled-background-color": {
|
|
"name": "$button-disabled-background-color",
|
|
"value": "$white",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 100%)"
|
|
},
|
|
"$button-disabled-border-color": {
|
|
"name": "$button-disabled-border-color",
|
|
"value": "$grey-lighter",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 86%)"
|
|
},
|
|
"$button-disabled-shadow": {
|
|
"name": "$button-disabled-shadow",
|
|
"value": "none",
|
|
"type": "string"
|
|
},
|
|
"$button-disabled-opacity": {
|
|
"name": "$button-disabled-opacity",
|
|
"value": "0.5",
|
|
"type": "unitless"
|
|
},
|
|
"$button-static-color": {
|
|
"name": "$button-static-color",
|
|
"value": "$grey",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 48%)"
|
|
},
|
|
"$button-static-background-color": {
|
|
"name": "$button-static-background-color",
|
|
"value": "$white-ter",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 96%)"
|
|
},
|
|
"$button-static-border-color": {
|
|
"name": "$button-static-border-color",
|
|
"value": "$grey-lighter",
|
|
"type": "variable",
|
|
"computed_type": "color",
|
|
"computed_value": "hsl(0, 0%, 86%)"
|
|
}
|
|
},
|
|
"list": [
|
|
"$button-color",
|
|
"$button-background-color",
|
|
"$button-family",
|
|
"$button-border-color",
|
|
"$button-border-width",
|
|
"$button-padding-vertical",
|
|
"$button-padding-horizontal",
|
|
"$button-hover-color",
|
|
"$button-hover-border-color",
|
|
"$button-focus-color",
|
|
"$button-focus-border-color",
|
|
"$button-focus-box-shadow-size",
|
|
"$button-focus-box-shadow-color",
|
|
"$button-active-color",
|
|
"$button-active-border-color",
|
|
"$button-text-color",
|
|
"$button-text-hover-background-color",
|
|
"$button-text-hover-color",
|
|
"$button-disabled-background-color",
|
|
"$button-disabled-border-color",
|
|
"$button-disabled-shadow",
|
|
"$button-disabled-opacity",
|
|
"$button-static-color",
|
|
"$button-static-background-color",
|
|
"$button-static-border-color"
|
|
],
|
|
"file_path": "elements/button.sass"
|
|
} |