Skip to content

Commit

Permalink
Button
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed May 19, 2024
1 parent 7ed9130 commit 85bee2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/views/components/events-map.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,12 @@ function setVarsBasedOnAd(adElm) {
display: flex;
align-items: center;
gap: var(--default-margin-half);
appearance: none;
color: inherit;
background-color: #fff;
border: 2px solid rgba(255, 255, 255, .5);
padding: var(--default-margin-third) var(--default-margin-half);
border-radius: 2px;
}
.EventsMap.is-expanded .EventsMap-control-expandText {
Expand Down

0 comments on commit 85bee2b

Please sign in to comment.