From: MATHIAS D Date: Wed, 12 Sep 2018 08:50:28 +0000 (+0200) Subject: Add footer background in list X-Git-Tag: 0.7.2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551ef492dc722c26ec1764c0d96355303d3d61b4;p=thirdparty%2Fbulma.git Add footer background in list Add footer background in list --- diff --git a/docs/_data/variables/utilities/derived-variables.json b/docs/_data/variables/utilities/derived-variables.json index 9ba38478b..ea73cca33 100644 --- a/docs/_data/variables/utilities/derived-variables.json +++ b/docs/_data/variables/utilities/derived-variables.json @@ -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" -} \ No newline at end of file +}