Add footer background in list

Add footer background in list
This commit is contained in:
MATHIAS D 2018-09-12 10:50:28 +02:00 committed by Jeremy Thomas
parent 4713756cd5
commit 551ef492dc

View File

@ -161,6 +161,13 @@
"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",
@ -386,6 +393,7 @@
"$light-invert",
"$dark-invert",
"$background",
"$footer-background-color",
"$border",
"$border-hover",
"$text",
@ -418,4 +426,4 @@
"$sizes"
],
"file_path": "utilities/derived-variables.sass"
}
}