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