Compare commits
No commits in common. "fe70b648d688ab46b1f51da65ede00d6ebb58c0a" and "0bc2dca6401e85b437000b2201e376c1b30a5f6e" have entirely different histories.
fe70b648d6
...
0bc2dca640
@ -5,4 +5,3 @@
|
|||||||
@import 'footer/footer';
|
@import 'footer/footer';
|
||||||
@import 'form/form';
|
@import 'form/form';
|
||||||
@import 'imageGrid/imageGrid';
|
@import 'imageGrid/imageGrid';
|
||||||
@import 'osmMap/osmMap';
|
|
@ -52,7 +52,6 @@
|
|||||||
top: #{($-spacing-large - $-spacing-small) / 3.2};
|
top: #{($-spacing-large - $-spacing-small) / 3.2};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__Item>.LP-Link:hover + &__DeleteItem, &__DeleteItem:hover {
|
&__Item>.LP-Link:hover + &__DeleteItem, &__DeleteItem:hover {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
@ -1,31 +0,0 @@
|
|||||||
.LP-Map{
|
|
||||||
.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;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -1641,26 +1641,6 @@ body {
|
|||||||
.LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover {
|
.LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover {
|
||||||
visibility: visible; }
|
visibility: visible; }
|
||||||
|
|
||||||
.LP-Map .ol-attribution {
|
|
||||||
font-family: "Montserrat", Helvetica, sans-serif;
|
|
||||||
color: #565656; }
|
|
||||||
.LP-Map .ol-attribution a {
|
|
||||||
color: #C09F80; }
|
|
||||||
.LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus {
|
|
||||||
color: #D7CEC7; }
|
|
||||||
|
|
||||||
.LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out {
|
|
||||||
background-color: #C09F80; }
|
|
||||||
.LP-Map .ol-zoom-in:hover, .LP-Map .ol-zoom-in:focus, .LP-Map .ol-zoom-out:hover, .LP-Map .ol-zoom-out:focus {
|
|
||||||
background-color: #565656; }
|
|
||||||
|
|
||||||
.LP-Map .LP-Map__Popup {
|
|
||||||
font-family: "Montserrat", Helvetica, sans-serif;
|
|
||||||
color: #565656;
|
|
||||||
background-color: #f9f9f9;
|
|
||||||
padding: .5em;
|
|
||||||
border-radius: 2px; }
|
|
||||||
|
|
||||||
.LP-MainContainer {
|
.LP-MainContainer {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 1280px; }
|
max-width: 1280px; }
|
||||||
|
Loading…
Reference in New Issue
Block a user