This commit is contained in:
reverend 2020-12-25 13:31:55 +01:00
parent f35ca8c818
commit b4fba7b3f0
2 changed files with 28 additions and 8 deletions

View File

@ -1,28 +1,43 @@
.LP-Map{
.LP-Map {
margin-bottom: $-spacing-medium;
.ol-attribution{
&--wide {
height: 300px;
}
&--full {
height: 100%;
width: 100%;
}
.ol-attribution {
font-family: $-primary-sans-serif-font;
color: $-grey;
a{
a {
color: $-light-brown;
&:hover, &:focus {
&:hover,
&:focus {
color: $-beige;
}
}
}
.ol-zoom{
&-in, &-out{
.ol-zoom {
&-in,
&-out {
background-color: $-light-brown;
&:hover, &:focus{
&:hover,
&:focus {
background-color: $-grey;
}
}
}
.LP-Map__Popup{
.LP-Map__Popup {
font-family: $-primary-sans-serif-font;
color: $-grey;
background-color: $-almost-white;

View File

@ -1701,6 +1701,11 @@ body {
.LP-Map {
margin-bottom: 25px; }
.LP-Map--wide {
height: 300px; }
.LP-Map--full {
height: 100%;
width: 100%; }
.LP-Map .ol-attribution {
font-family: "Montserrat", Helvetica, sans-serif;
color: #565656; }