change style of leaflet popup a bit more

This commit is contained in:
Laura Klünder 2017-12-20 17:36:50 +01:00
parent c4d973ef0b
commit 4a87b26559

View file

@ -551,7 +551,8 @@ main:not([data-view=route-result]) #route-dots {
color: $color-secondary;
overflow: hidden;
line-height: 1.6;
padding: 10px;
margin: 15px 10px;
padding: 0;
}
.location-popup .leaflet-popup-content .location {
padding: 0 0 0 42px;
@ -569,6 +570,11 @@ main:not([data-view=route-result]) #route-dots {
padding: 0;
margin: 0;
}
.location-popup a.leaflet-popup-close-button {
font-size: 24px;
width: 22px;
top: 2px;
}
.buttons {
display: flex;