Skip to content

Commit

Permalink
Fix popup close button style
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Feb 26, 2024
1 parent 7b954df commit 7398da7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/styles/_map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@

a.leaflet-popup-close-button {
color: inherit;
width: auto;
height: auto;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
margin-top: 15px;
margin-right: 15px;
border-radius: 100px;
border-radius: 100%;
transition: background-color 0.2s;

&:hover,
Expand Down

0 comments on commit 7398da7

Please sign in to comment.