From: RafiBomb Date: Thu, 16 Jun 2016 18:48:57 +0000 (-0700) Subject: fixes indentation in sass maps X-Git-Tag: v2.2.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab65db6ae9e43a58fbfe9c6a872e1b38f69ee84;p=thirdparty%2Ffoundation%2Ffoundation-emails.git fixes indentation in sass maps --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 563a248e..d57bbc20 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -9,19 +9,19 @@ /// Padding inside buttons at various sizes. /// @type Map $button-padding: ( - tiny: 4px 8px 4px 8px, - small: 5px 10px 5px 10px, - default: 8px 16px 8px 16px, - large: 10px 20px 10px 20px, + 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: ( - tiny: 10px, - small: 12px, - default: 16px, - large: 20px, + tiny: 10px, + small: 12px, + default: 16px, + large: 20px, ) !default; /// Text color of buttons. diff --git a/scss/settings/_settings.scss b/scss/settings/_settings.scss index 959db6d2..cc5a80ae 100644 --- a/scss/settings/_settings.scss +++ b/scss/settings/_settings.scss @@ -93,16 +93,16 @@ $stat-font-size: 40px; // --------- $button-padding: ( - tiny: 4px 8px 4px 8px, - small: 5px 10px 5px 10px, - default: 8px 16px 8px 16px, - large: 10px 20px 10px 20px, + tiny: 4px 8px 4px 8px, + small: 5px 10px 5px 10px, + default: 8px 16px 8px 16px, + large: 10px 20px 10px 20px, ); $button-font-size: ( - tiny: 10px, - small: 12px, - default: 16px, - large: 20px, + tiny: 10px, + small: 12px, + default: 16px, + large: 20px, ); $button-color: $white; $button-color-alt: $medium-gray;