2020-09-29 20:21:02 +02:00
|
|
|
.LP-Map{
|
2020-09-29 20:37:34 +02:00
|
|
|
margin-bottom: $-spacing-medium;
|
2020-09-29 20:21:02 +02:00
|
|
|
.ol-attribution{
|
|
|
|
font-family: $-primary-sans-serif-font;
|
|
|
|
color: $-grey;
|
|
|
|
|
|
|
|
a{
|
|
|
|
color: $-light-brown;
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
color: $-beige;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ol-zoom{
|
|
|
|
&-in, &-out{
|
|
|
|
background-color: $-light-brown;
|
|
|
|
&:hover, &:focus{
|
|
|
|
background-color: $-grey;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.LP-Map__Popup{
|
|
|
|
font-family: $-primary-sans-serif-font;
|
|
|
|
color: $-grey;
|
|
|
|
background-color: $-almost-white;
|
|
|
|
padding: .5em;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
}
|