Skip to content

Commit

Permalink
Merge pull request #1048 from mjschock/STENCIL-3153
Browse files Browse the repository at this point in the history
STENCIL-3153 - Fix google plus social icon position
  • Loading branch information
mcampa authored Jul 24, 2017
2 parents ee16e42 + 482effe commit c956bca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Reduce theme bundle size by using minified libraries where applicable [#1039](https://github.com/bigcommerce/cornerstone/pull/1039)
- Replace JavaScript alert/confirmations with sweetalert2 library [#1035](https://github.com/bigcommerce/cornerstone/pull/1035)
- Add global Sass variables to easily toggle exposure of Foundation styles from Citadel [#1047](https://github.com/bigcommerce/cornerstone/pull/1047)
- Fix google plus social icon position [#1048](https://github.com/bigcommerce/cornerstone/pull/1048)

## 1.9.0 (2017-07-18)
- Product Images were obscuring product details on smaller viewports [#1019](https://github.com/bigcommerce/cornerstone/pull/1019)
Expand Down
8 changes: 6 additions & 2 deletions assets/scss/components/stencil/socialLinks/_socialLinks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,23 @@
}

// scss-lint:disable SelectorFormat
.socialLinks-item--google_plusone {
width: 35px;
.google_plusone_iframe_widget {
// scss-lint:disable ImportantRule
width: inherit !important;
}
// scss-lint:enable SelectorFormat

// scss-lint:disable SelectorFormat
.socialLinks-item--pinterest {
width: 25px;
}
// scss-lint:enable SelectorFormat

// scss-lint:disable SelectorFormat
.pin_it_iframe_widget {
display: none;
}
// scss-lint:enable SelectorFormat

.socialLinks-item {
display: inline-block;
Expand Down

0 comments on commit c956bca

Please sign in to comment.