Update variables documentation

This commit is contained in:
Jeremy Thomas
2020-04-11 13:25:42 +01:00
parent 0a786411a2
commit 4640f9d942
6 changed files with 20 additions and 14 deletions

View File

@@ -33,8 +33,8 @@
},
"$input-placeholder-color": {
"name": "$input-placeholder-color",
"value": "rgba($input-color, 0.3)",
"type": "color"
"value": "bulmaRgba($input-color, 0.3)",
"type": "compound"
},
"$input-hover-color": {
"name": "$input-hover-color",
@@ -71,8 +71,8 @@
},
"$input-focus-box-shadow-color": {
"name": "$input-focus-box-shadow-color",
"value": "rgba($link, 0.25)",
"type": "color"
"value": "bulmaRgba($link, 0.25)",
"type": "compound"
},
"$input-disabled-color": {
"name": "$input-disabled-color",
@@ -97,8 +97,8 @@
},
"$input-disabled-placeholder-color": {
"name": "$input-disabled-placeholder-color",
"value": "rgba($input-disabled-color, 0.3)",
"type": "color"
"value": "bulmaRgba($input-disabled-color, 0.3)",
"type": "compound"
},
"$input-arrow": {
"name": "$input-arrow",