mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 19:34:30 -07:00
Bulma v9 website (#3249)
* Add Bulma v9 * Add vendor dependencies * Fix native * Fix sponsors * Add style attribute
This commit is contained in:
@@ -46,17 +46,17 @@
|
||||
},
|
||||
"$navbar-item-color": {
|
||||
"name": "$navbar-item-color",
|
||||
"value": "$text",
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
},
|
||||
"$navbar-item-hover-color": {
|
||||
"name": "$navbar-item-hover-color",
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
"computed_value": "hsl(229, 53%, 53%)"
|
||||
},
|
||||
"$navbar-item-hover-background-color": {
|
||||
"name": "$navbar-item-hover-background-color",
|
||||
@@ -97,14 +97,14 @@
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
"computed_value": "hsl(229, 53%, 53%)"
|
||||
},
|
||||
"$navbar-tab-active-color": {
|
||||
"name": "$navbar-tab-active-color",
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
"computed_value": "hsl(229, 53%, 53%)"
|
||||
},
|
||||
"$navbar-tab-active-background-color": {
|
||||
"name": "$navbar-tab-active-background-color",
|
||||
@@ -116,7 +116,7 @@
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
"computed_value": "hsl(229, 53%, 53%)"
|
||||
},
|
||||
"$navbar-tab-active-border-bottom-style": {
|
||||
"name": "$navbar-tab-active-border-bottom-style",
|
||||
@@ -150,7 +150,7 @@
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
"computed_value": "hsl(229, 53%, 53%)"
|
||||
},
|
||||
"$navbar-dropdown-radius": {
|
||||
"name": "$navbar-dropdown-radius",
|
||||
@@ -174,7 +174,7 @@
|
||||
"$navbar-dropdown-boxed-shadow": {
|
||||
"name": "$navbar-dropdown-boxed-shadow",
|
||||
"value": "0 8px 8px bulmaRgba($scheme-invert, 0.1), 0 0 0 1px bulmaRgba($scheme-invert, 0.1)",
|
||||
"type": "size"
|
||||
"type": "shadow"
|
||||
},
|
||||
"$navbar-dropdown-item-hover-color": {
|
||||
"name": "$navbar-dropdown-item-hover-color",
|
||||
@@ -195,7 +195,7 @@
|
||||
"value": "$link",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(217, 71%, 53%)"
|
||||
"computed_value": "hsl(229, 53%, 53%)"
|
||||
},
|
||||
"$navbar-dropdown-item-active-background-color": {
|
||||
"name": "$navbar-dropdown-item-active-background-color",
|
||||
@@ -232,8 +232,8 @@
|
||||
"name": "$navbar-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)"
|
||||
"computed_type": "map",
|
||||
"computed_value": "Bulma colors"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
|
||||
Reference in New Issue
Block a user