Match the top spacing of the leaflet buttons to the gap between groups
This removes a usage of sass division operator
This commit is contained in:
parent
6eac50525b
commit
fdb687517e
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ body.small-nav {
|
|||
}
|
||||
|
||||
.leaflet-top {
|
||||
top: $lineheight/2 !important;
|
||||
top: 10px !important;
|
||||
.leaflet-control {
|
||||
margin-right: 0px !important;
|
||||
margin-top: 0px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue