Update variables

This commit is contained in:
Jeremy Thomas
2018-10-31 17:16:10 +00:00
parent bb3f693a70
commit e577bf501b
11 changed files with 101 additions and 13 deletions

View File

@@ -21,11 +21,21 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 86%)"
},
"$input-height": {
"name": "$input-height",
"value": "$control-height",
"type": "variable"
},
"$input-shadow": {
"name": "$input-shadow",
"value": "inset 0 1px 2px rgba($black, 0.1)",
"type": "size"
},
"$input-placeholder-color": {
"name": "$input-placeholder-color",
"value": "rgba($input-color, 0.3)",
"type": "color"
},
"$input-hover-color": {
"name": "$input-hover-color",
"value": "$grey-darker",
@@ -85,6 +95,11 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 96%)"
},
"$input-disabled-placeholder-color": {
"name": "$input-disabled-placeholder-color",
"value": "rgba($input-disabled-color, 0.3)",
"type": "color"
},
"$input-arrow": {
"name": "$input-arrow",
"value": "$link",
@@ -203,7 +218,9 @@
"$input-color",
"$input-background-color",
"$input-border-color",
"$input-height",
"$input-shadow",
"$input-placeholder-color",
"$input-hover-color",
"$input-hover-border-color",
"$input-focus-color",
@@ -213,6 +230,7 @@
"$input-disabled-color",
"$input-disabled-background-color",
"$input-disabled-border-color",
"$input-disabled-placeholder-color",
"$input-arrow",
"$input-icon-color",
"$input-icon-active-color",

View File

@@ -13,11 +13,17 @@
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"$progress-indeterminate-duration": {
"name": "$progress-indeterminate-duration",
"value": "1.5s",
"type": "string"
}
},
"list": [
"$progress-bar-background-color",
"$progress-value-background-color"
"$progress-value-background-color",
"$progress-indeterminate-duration"
],
"file_path": "elements/progress.sass"
}

View File

@@ -60,6 +60,21 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 21%)"
},
"$table-head-background-color": {
"name": "$table-head-background-color",
"value": "transparent",
"type": "string"
},
"$table-body-background-color": {
"name": "$table-body-background-color",
"value": "transparent",
"type": "string"
},
"$table-foot-background-color": {
"name": "$table-foot-background-color",
"value": "transparent",
"type": "string"
},
"$table-row-hover-background-color": {
"name": "$table-row-hover-background-color",
"value": "$white-bis",
@@ -107,6 +122,9 @@
"$table-head-cell-color",
"$table-foot-cell-border-width",
"$table-foot-cell-color",
"$table-head-background-color",
"$table-body-background-color",
"$table-foot-background-color",
"$table-row-hover-background-color",
"$table-row-active-background-color",
"$table-row-active-color",