From: RafiBomb Date: Fri, 4 Mar 2016 17:43:34 +0000 (-0800) Subject: changes button sizing to match foundation for sites X-Git-Tag: v2.0.0-rc.3~18^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8619210bde3415b7582f4134f3e39f47925047a1;p=thirdparty%2Ffoundation%2Ffoundation-emails.git changes button sizing to match foundation for sites --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 1903b0f9..a0c27336 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -9,18 +9,18 @@ /// Padding inside buttons at various sizes. /// @type Map $button-padding: ( - default: 8px 16px 8px 16px, tiny: 4px 8px 4px 8px, small: 5px 10px 5px 10px, + default: 8px 16px 8px 16px, large: 10px 20px 10px 20px, ) !default; /// Font sizes of buttons at various sizes. /// @type Map $button-font-size: ( - default: 16px, tiny: 10px, small: 12px, + default: 16px, large: 20px, ) !default; diff --git a/testing/src/assets/scss/_settings.scss b/testing/src/assets/scss/_settings.scss index 599ec95a..ba660654 100644 --- a/testing/src/assets/scss/_settings.scss +++ b/testing/src/assets/scss/_settings.scss @@ -54,15 +54,15 @@ $block-grid-gutter: $grid-column-gutter; // --------- $button-padding: ( - default: 8px 16px 8px 16px, tiny: 4px 8px 4px 8px, small: 5px 10px 5px 10px, + default: 8px 16px 8px 16px, large: 10px 20px 10px 20px, ); $button-font-size: ( - default: 16px, tiny: 10px, small: 12px, + default: 16px, large: 20px, ); $button-color: $white;