Skip to content

Commit

Permalink
css(landmarks): aeration for radio
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz committed Sep 30, 2024
1 parent a05737c commit a8c90c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/css/landmark.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,18 @@
display: none;
}

.landmarkRadio {
margin-top: 7px;
}

.landmarkColorInputLabel {
display: inline-block;
width: 28px;
background-color: #3993F3;
height: 28px;
border-radius: 100%;
position: relative;
margin: 0 4px;
margin: 0 9px;
}

#landmark-color-orange + .landmarkColorInputLabel {
Expand Down

0 comments on commit a8c90c7

Please sign in to comment.