Skip to content

Commit

Permalink
Merge pull request #942 from jordanwink201/CHECKOUT-1561
Browse files Browse the repository at this point in the history
CHECKOUT-1561: style discountBanners for Cornerstone theme variations
  • Loading branch information
Jordan Winkelman authored Feb 26, 2017
2 parents 5158270 + 6db2dc5 commit b2e7ef7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Fix an issue where required product list options would display an invalid "none" choice [#929](https://github.com/bigcommerce/stencil/pull/929)
- Remove unused variable causing js error with search in the nav [#938](https://github.com/bigcommerce/stencil/pull/938)
- Add settings to theme editor schema to customize Optimized Checkout discount banners [#924] (https://github.com/bigcommerce/stencil/pull/924)
- Update Optimized Checkout discount banners default values per theme variation [#942] (https://github.com/bigcommerce/stencil/pull/942)

## 1.5.2 (2017-02-14)
- Added a setting to theme editor schema to show/hide the homepage carousel [#909](https://github.com/bigcommerce/stencil/pull/909)
Expand Down
2 changes: 2 additions & 0 deletions assets/scss/optimized-checkout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ a {
.optimizedCheckout-discountBanner {
background-color: stencilColor("optimizedCheckout-discountBanner-backgroundColor");
color: stencilColor("optimizedCheckout-discountBanner-textColor");
font-family: stencilFontFamily("optimizedCheckout-link-font"), Arial, Helvetica, sans-serif;
font-weight: stencilFontWeight("optimizedCheckout-link-font");

svg {
fill: stencilColor("optimizedCheckout-discountBanner-iconColor");
Expand Down
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@
"optimizedCheckout-buttonSecondary-borderColor": "#d6cdc1",
"optimizedCheckout-link-color": "#74685c",
"optimizedCheckout-link-font": "Google_Roboto_400",
"optimizedCheckout-discountBanner-backgroundColor": "#F2EEE9",
"optimizedCheckout-orderSummary-backgroundColor": "#ffffff",
"optimizedCheckout-step-backgroundColor": "#5c5245",
"optimizedCheckout-step-textColor": "#ffffff",
Expand Down

0 comments on commit b2e7ef7

Please sign in to comment.