mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Update variables
This commit is contained in:
@@ -19,6 +19,16 @@
|
||||
"value": "1px",
|
||||
"type": "size"
|
||||
},
|
||||
"$control-height": {
|
||||
"name": "$control-height",
|
||||
"value": "2.25em",
|
||||
"type": "size"
|
||||
},
|
||||
"$control-line-height": {
|
||||
"name": "$control-line-height",
|
||||
"value": "1.5",
|
||||
"type": "unitless"
|
||||
},
|
||||
"$control-padding-vertical": {
|
||||
"name": "$control-padding-vertical",
|
||||
"value": "calc(0.375em - #{$control-border-width})",
|
||||
@@ -34,6 +44,8 @@
|
||||
"$control-radius",
|
||||
"$control-radius-small",
|
||||
"$control-border-width",
|
||||
"$control-height",
|
||||
"$control-line-height",
|
||||
"$control-padding-vertical",
|
||||
"$control-padding-horizontal"
|
||||
],
|
||||
|
||||
@@ -161,13 +161,6 @@
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 96%)"
|
||||
},
|
||||
"$footer-background-color": {
|
||||
"name": "$footer-background-color",
|
||||
"value": "$white-bis",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 98%)"
|
||||
},
|
||||
"$border": {
|
||||
"name": "$border",
|
||||
"value": "$grey-lighter",
|
||||
@@ -308,6 +301,13 @@
|
||||
"computed_type": "font-family",
|
||||
"computed_value": "BlinkMacSystemFont, -apple-system, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", \"Helvetica\", \"Arial\", sans-serif"
|
||||
},
|
||||
"$family-secondary": {
|
||||
"name": "$family-secondary",
|
||||
"value": "$family-sans-serif",
|
||||
"type": "variable",
|
||||
"computed_type": "font-family",
|
||||
"computed_value": "BlinkMacSystemFont, -apple-system, \"Segoe UI\", \"Roboto\", \"Oxygen\", \"Ubuntu\", \"Cantarell\", \"Fira Sans\", \"Droid Sans\", \"Helvetica Neue\", \"Helvetica\", \"Arial\", sans-serif"
|
||||
},
|
||||
"$family-code": {
|
||||
"name": "$family-code",
|
||||
"value": "$family-monospace",
|
||||
@@ -393,7 +393,6 @@
|
||||
"$light-invert",
|
||||
"$dark-invert",
|
||||
"$background",
|
||||
"$footer-background-color",
|
||||
"$border",
|
||||
"$border-hover",
|
||||
"$text",
|
||||
@@ -414,6 +413,7 @@
|
||||
"$link-active",
|
||||
"$link-active-border",
|
||||
"$family-primary",
|
||||
"$family-secondary",
|
||||
"$family-code",
|
||||
"$size-small",
|
||||
"$size-normal",
|
||||
@@ -426,4 +426,4 @@
|
||||
"$sizes"
|
||||
],
|
||||
"file_path": "utilities/derived-variables.sass"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user