Skip to content

Commit

Permalink
Merge pull request #886 from CruGlobal/7859-help-beacon-spacing
Browse files Browse the repository at this point in the history
[MPDX-7859] -Adds additional spacing to helpscout beacon.
  • Loading branch information
wjames111 authored May 6, 2024
2 parents 6e336f7 + ded27d0 commit 3fc96f5
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pages/helpscout.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
.BeaconFabButtonFrame {
right: 20px !important;
bottom: 10px !important;
right: 70px !important;
bottom: 30px !important;
}

@media only screen and (max-width: 900px) {
.BeaconFabButtonFrame {
right: 40px !important;
bottom: 25px !important;
}
}

@media only screen and (max-width: 600px) {
.BeaconFabButtonFrame {
right: 30px !important;
bottom: 30px !important;
}
}

.BeaconContainer {
right: 20px !important;
bottom: 90px !important;
Expand Down

0 comments on commit 3fc96f5

Please sign in to comment.