Skip to content

Commit

Permalink
update position for olark chat widget and libchat widget
Browse files Browse the repository at this point in the history
  • Loading branch information
poojagunturu96 committed Aug 12, 2024
1 parent 5198b0b commit f81f54f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
14 changes: 8 additions & 6 deletions src/data/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,19 @@ utility_footer_nav:

secondary_footer_nav:
- text: About Middlebury
href: http://www.middlebury.edu/about
href: https://www.middlebury.edu/about
- text: Giving
href: http://www.middlebury.edu/giving
href: https://www.middlebury.edu/giving
- text: Employment
href: http://www.middlebury.edu/offices/business/hr/jobseeker
href: https://www.middlebury.edu/offices/business/hr/jobseeker
- text: Offices and Services
href: http://www.middlebury.edu/office/
href: https://www.middlebury.edu/office/
- text: Copyright
href: http://www.middlebury.edu/about/copyright
href: https://www.middlebury.edu/about/copyright
- text: Privacy
href: http://www.middlebury.edu/about/privacy
href: https://www.middlebury.edu/about/privacy
- text: Emergency
href: https://www.middlebury.edu/emergency-response
- text: Site-Editor login
href: '#'

Expand Down
17 changes: 17 additions & 0 deletions src/scss/_vendor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,17 @@
border: 0 !important;

@media only screen and (min-width: 512px) {
right: 0px !important;
bottom: 0px !important;
}

@media only screen and (min-width: 1024px) {
right: 0px !important;
}

@media only screen and (min-width: 1200px) {
right: 100px !important;
}
}

// stylelint-disable-next-line selector-class-pattern
Expand Down Expand Up @@ -60,6 +69,14 @@
bottom: 144px !important;
}

#olark-wrapper .olark-launch-button.olark-text-button .olark-button-text {
padding: 10px !important;
}

#olark-wrapper .olark-launch-button.olark-text-button .olark-button-text {
line-height: 1em !important;
}

.typography .anchorjs-link,
.anchorjs-link {
border: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/_top-btn.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.to-top-btn {
color: $navy;
padding: $spacing-3;
padding: rem(14);
background: $white;
font-weight: $font-weight-medium;
box-shadow: 0 0 8px rgba(#000, 0.2);
Expand Down

0 comments on commit f81f54f

Please sign in to comment.