Skip to content

Commit

Permalink
Merge pull request Expensify#32526 from Expensify/danny-kills-concier…
Browse files Browse the repository at this point in the history
…ge-btn

Removed Concierge button from HelpDot sidebar
  • Loading branch information
stitesExpensify authored Dec 13, 2023
2 parents ba19793 + 7955b44 commit 0e99676
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 48 deletions.
5 changes: 0 additions & 5 deletions docs/_includes/floating-concierge-button.html

This file was deleted.

5 changes: 0 additions & 5 deletions docs/_includes/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,4 @@ <h1 class="title">{{ platform.hub-title }}</h1>
{% include hub-card.html hub=hub platform=selectedPlatform %}
{% endfor %}
</div>

<div class="cards-group">
<!-- Concierge button anchored globally (rendered on narrow screens) -->
{% include floating-concierge-button.html id="floating-concierge-button-global" %}
</div>
</div>
3 changes: 0 additions & 3 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
<div class="article-toc"></div>
{% endif %}
</div>

<!-- Concierge button anchored at the bottom of the LHN (rendered on wider screens) -->
{% include floating-concierge-button.html id="floating-concierge-button-lhn" %}
</div>

<div id="content-area">
Expand Down
30 changes: 0 additions & 30 deletions docs/_sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -712,41 +712,11 @@ button {
}
}

#floating-concierge-button-global {
position: fixed;
display: block;
@include breakpoint($breakpoint-tablet) {
display: none;
}
}

#floating-concierge-button-lhn {
position: absolute;
display: none;
@include breakpoint($breakpoint-tablet) {
display: block;
}
}

.get-help {
flex-wrap: wrap;
margin-top: 40px;
}

.floating-concierge-button {
bottom: 2rem;
right: 2rem;

img {
width: 4rem;
height: 4rem;

&:hover {
filter: saturate(2);
}
}
}

.disable-scrollbar {
@media screen and (max-width: $breakpoint-tablet) {
overflow: hidden;
Expand Down
5 changes: 0 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,4 @@ <h1 class="title">{{ site.data.routes.home.title }}</h1>
{% include platform-card.html href=platform.platform_href %}
{% endfor %}
</div>

<div class="cards-group">
<!-- Concierge button anchored globally (rendered on narrow screens) -->
{% include floating-concierge-button.html id="floating-concierge-button-global" %}
</div>
</div>

0 comments on commit 0e99676

Please sign in to comment.