From: ars Date: Wed, 29 Mar 2017 14:23:56 +0000 (+0200) Subject: Add $button-font-family variable X-Git-Tag: v6.4.0-rc1~83^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9915%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add $button-font-family variable --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 354c8bca7..1b2a2700a 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -6,7 +6,7 @@ /// @group button //// -/// Font family of text inputs. +/// Font family for button elements. /// @type Font $button-font-family: inherit !default;