change style of leaflet popup a bit more
This commit is contained in:
parent
c4d973ef0b
commit
4a87b26559
1 changed files with 7 additions and 1 deletions
|
@ -551,7 +551,8 @@ main:not([data-view=route-result]) #route-dots {
|
||||||
color: $color-secondary;
|
color: $color-secondary;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
padding: 10px;
|
margin: 15px 10px;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
.location-popup .leaflet-popup-content .location {
|
.location-popup .leaflet-popup-content .location {
|
||||||
padding: 0 0 0 42px;
|
padding: 0 0 0 42px;
|
||||||
|
@ -569,6 +570,11 @@ main:not([data-view=route-result]) #route-dots {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
.location-popup a.leaflet-popup-close-button {
|
||||||
|
font-size: 24px;
|
||||||
|
width: 22px;
|
||||||
|
top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.buttons {
|
.buttons {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue