#46 Large map
This commit is contained in:
		@@ -1,28 +1,43 @@
 | 
				
			|||||||
.LP-Map{
 | 
					.LP-Map {
 | 
				
			||||||
    margin-bottom: $-spacing-medium;
 | 
					    margin-bottom: $-spacing-medium;
 | 
				
			||||||
    .ol-attribution{
 | 
					
 | 
				
			||||||
 | 
					    &--wide {
 | 
				
			||||||
 | 
					        height: 300px;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    &--full {
 | 
				
			||||||
 | 
					        height: 100%;
 | 
				
			||||||
 | 
					        width: 100%;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    .ol-attribution {
 | 
				
			||||||
        font-family: $-primary-sans-serif-font;
 | 
					        font-family: $-primary-sans-serif-font;
 | 
				
			||||||
        color: $-grey;
 | 
					        color: $-grey;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        a{
 | 
					        a {
 | 
				
			||||||
            color: $-light-brown;
 | 
					            color: $-light-brown;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            &:hover, &:focus {
 | 
					            &:hover,
 | 
				
			||||||
 | 
					            &:focus {
 | 
				
			||||||
                color: $-beige;
 | 
					                color: $-beige;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .ol-zoom{
 | 
					    .ol-zoom {
 | 
				
			||||||
        &-in, &-out{
 | 
					
 | 
				
			||||||
 | 
					        &-in,
 | 
				
			||||||
 | 
					        &-out {
 | 
				
			||||||
            background-color: $-light-brown;
 | 
					            background-color: $-light-brown;
 | 
				
			||||||
            &:hover, &:focus{
 | 
					
 | 
				
			||||||
 | 
					            &:hover,
 | 
				
			||||||
 | 
					            &:focus {
 | 
				
			||||||
                background-color: $-grey;
 | 
					                background-color: $-grey;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .LP-Map__Popup{
 | 
					    .LP-Map__Popup {
 | 
				
			||||||
        font-family: $-primary-sans-serif-font;
 | 
					        font-family: $-primary-sans-serif-font;
 | 
				
			||||||
        color: $-grey;
 | 
					        color: $-grey;
 | 
				
			||||||
        background-color: $-almost-white;
 | 
					        background-color: $-almost-white;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1701,6 +1701,11 @@ body {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.LP-Map {
 | 
					.LP-Map {
 | 
				
			||||||
  margin-bottom: 25px; }
 | 
					  margin-bottom: 25px; }
 | 
				
			||||||
 | 
					  .LP-Map--wide {
 | 
				
			||||||
 | 
					    height: 300px; }
 | 
				
			||||||
 | 
					  .LP-Map--full {
 | 
				
			||||||
 | 
					    height: 100%;
 | 
				
			||||||
 | 
					    width: 100%; }
 | 
				
			||||||
  .LP-Map .ol-attribution {
 | 
					  .LP-Map .ol-attribution {
 | 
				
			||||||
    font-family: "Montserrat", Helvetica, sans-serif;
 | 
					    font-family: "Montserrat", Helvetica, sans-serif;
 | 
				
			||||||
    color: #565656; }
 | 
					    color: #565656; }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user