Skip to content

Commit

Permalink
Override AddThis and Live Chat styles
Browse files Browse the repository at this point in the history
  • Loading branch information
noahcooper committed Feb 13, 2017
1 parent 5dc2cc8 commit bcd4392
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions dist/jump-hoops/css/main.css
Expand Up @@ -359,3 +359,10 @@ header {
@media (min-width: 768px) and (max-width: 991px) {
main > .container {
width: auto; } }

body.aha-luminate #at4-share,
body.aha-luminate #at4-soc {
top: 250px !important; }

body.luminate .SnapABug_Button {
top: 414px !important; }
2 changes: 1 addition & 1 deletion dist/jump-hoops/css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/jump-hoops/sass/main.scss
Expand Up @@ -5,4 +5,6 @@
@import "../../youth-markets/sass/type.scss";
@import "../../youth-markets/sass/buttons.scss";
@import "../../youth-markets/sass/header.scss";
@import "../../youth-markets/sass/main-container.scss";
@import "../../youth-markets/sass/main-container.scss";
@import "../../youth-markets/sass/addthis.scss";
@import "../../youth-markets/sass/live-chat.scss";
4 changes: 4 additions & 0 deletions src/youth-markets/sass/addthis.scss
@@ -0,0 +1,4 @@
body.aha-luminate #at4-share,
body.aha-luminate #at4-soc {
top: 250px !important;
}
3 changes: 3 additions & 0 deletions src/youth-markets/sass/live-chat.scss
@@ -0,0 +1,3 @@
body.luminate .SnapABug_Button {
top: 414px !important;
}

0 comments on commit bcd4392

Please sign in to comment.