]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add $button-font-family variable
authorars <ars@electronic-minds.de>
Wed, 29 Mar 2017 14:23:06 +0000 (16:23 +0200)
committerars <ars@electronic-minds.de>
Wed, 29 Mar 2017 14:23:06 +0000 (16:23 +0200)
scss/components/_button.scss

index 2e075afe04493f713696f14f10cee7a8b9b81399..354c8bca75f4509f367f85ff45c9ed514a6b5bf4 100644 (file)
@@ -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