mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Update variable JSONs
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
},
|
||||
"$control-height": {
|
||||
"name": "$control-height",
|
||||
"value": "2.25em",
|
||||
"value": "2.5em",
|
||||
"type": "size"
|
||||
},
|
||||
"$control-line-height": {
|
||||
@@ -31,12 +31,12 @@
|
||||
},
|
||||
"$control-padding-vertical": {
|
||||
"name": "$control-padding-vertical",
|
||||
"value": "calc(0.375em - #{$control-border-width})",
|
||||
"value": "calc(0.5em - #{$control-border-width})",
|
||||
"type": "size"
|
||||
},
|
||||
"$control-padding-horizontal": {
|
||||
"name": "$control-padding-horizontal",
|
||||
"value": "calc(0.625em - #{$control-border-width})",
|
||||
"value": "calc(0.75em - #{$control-border-width})",
|
||||
"type": "size"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user