diff --git a/assets/timber.scss.liquid b/assets/timber.scss.liquid index 2ae2202bf..47273428f 100755 --- a/assets/timber.scss.liquid +++ b/assets/timber.scss.liquid @@ -104,6 +104,9 @@ $borderColor: #e5e5e5; /* Nav and dropdown link background */ $colorNav: #f6f6f6; +/* Footer */ +$colorFooterBg: #f6f6f6; + /* Helper colors */ $disabledGrey: #f6f6f6; $disabledBorder: darken($disabledGrey, 25%); @@ -644,7 +647,7 @@ $class-type: unquote("."); // #Basic Styles // ============================================================================== html { - background-color: #f6f6f6; + background-color: $colorFooterBg; } body { @@ -1296,7 +1299,6 @@ a.btn-secondary { a, a:hover, a:focus { - color: $colorText; text-decoration: none; } @@ -1393,13 +1395,13 @@ a.btn-secondary { .input-group-field { margin-bottom: 0; } +} - .search-bar { - max-width: 300px; +.search-bar { + max-width: 300px; - @include at-query($max, $medium) { - margin: 0 auto; - } + @include at-query($max, $medium) { + margin: 0 auto; } } @@ -1408,7 +1410,7 @@ a.btn-secondary { // #Site Footer // ============================================================================== .site-footer { - background-color: #f6f6f6; + background-color: $colorFooterBg; border-top: 1px solid $borderColor; text-align: center; padding: $gutter 0; diff --git a/snippets/footer.liquid b/snippets/footer.liquid index 7fe72854c..2d55407af 100755 --- a/snippets/footer.liquid +++ b/snippets/footer.liquid @@ -45,7 +45,7 @@ Loop through available payment methods and show their icons. {% endcomment %} {% unless shop.enabled_payment_types == empty %} -

Accepted Payments

+

Accepted Payments