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,7 +2,7 @@
|
||||
"by_name": {
|
||||
"$navbar-background-color": {
|
||||
"name": "$navbar-background-color",
|
||||
"value": "$white",
|
||||
"value": "$scheme-main",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
@@ -46,7 +46,7 @@
|
||||
},
|
||||
"$navbar-item-color": {
|
||||
"name": "$navbar-item-color",
|
||||
"value": "$grey-dark",
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
@@ -60,14 +60,14 @@
|
||||
},
|
||||
"$navbar-item-hover-background-color": {
|
||||
"name": "$navbar-item-hover-background-color",
|
||||
"value": "$white-bis",
|
||||
"value": "$scheme-main-bis",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 98%)"
|
||||
},
|
||||
"$navbar-item-active-color": {
|
||||
"name": "$navbar-item-active-color",
|
||||
"value": "$black",
|
||||
"value": "$scheme-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 4%)"
|
||||
@@ -130,7 +130,7 @@
|
||||
},
|
||||
"$navbar-dropdown-background-color": {
|
||||
"name": "$navbar-dropdown-background-color",
|
||||
"value": "$white",
|
||||
"value": "$scheme-main",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 100%)"
|
||||
@@ -173,12 +173,12 @@
|
||||
},
|
||||
"$navbar-dropdown-boxed-shadow": {
|
||||
"name": "$navbar-dropdown-boxed-shadow",
|
||||
"value": "0 8px 8px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)",
|
||||
"value": "0 8px 8px rgba($scheme-invert, 0.1), 0 0 0 1px rgba($scheme-invert, 0.1)",
|
||||
"type": "size"
|
||||
},
|
||||
"$navbar-dropdown-item-hover-color": {
|
||||
"name": "$navbar-dropdown-item-hover-color",
|
||||
"value": "$black",
|
||||
"value": "$scheme-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 4%)"
|
||||
|
||||
Reference in New Issue
Block a user