mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 04:14:29 -07:00
Update variable JSONs
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
"by_name": {
|
||||
"$pagination-color": {
|
||||
"name": "$pagination-color",
|
||||
"value": "$grey-darker",
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"$pagination-border-color": {
|
||||
"name": "$pagination-border-color",
|
||||
"value": "$grey-lighter",
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
@@ -88,21 +88,21 @@
|
||||
},
|
||||
"$pagination-disabled-color": {
|
||||
"name": "$pagination-disabled-color",
|
||||
"value": "$grey",
|
||||
"value": "$text-light",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 48%)"
|
||||
},
|
||||
"$pagination-disabled-background-color": {
|
||||
"name": "$pagination-disabled-background-color",
|
||||
"value": "$grey-lighter",
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
},
|
||||
"$pagination-disabled-border-color": {
|
||||
"name": "$pagination-disabled-border-color",
|
||||
"value": "$grey-lighter",
|
||||
"value": "$border",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 86%)"
|
||||
|
||||
Reference in New Issue
Block a user