Skip to content

Commit

Permalink
feat(map-view.css): square the accessibility-btn
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Aug 2, 2021
1 parent 4e26e33 commit 0186124
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fragments/map-view/map-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
z-index: 502;
background: white !important;
color: black;
transition:all 0.5s ease;
box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 1px 3px 0px rgba(0,0,0,0.12);
border-radius: 3px;
border: 2px solid rgba(0,0,0,0.2);
}
.accessibility-btn.extra-low-resolution {
top: 130px;
Expand Down

0 comments on commit 0186124

Please sign in to comment.