Styling for OSM Maps
This commit is contained in:
		@@ -4,4 +4,5 @@
 | 
			
		||||
@import 'linkList/linkList';
 | 
			
		||||
@import 'footer/footer';
 | 
			
		||||
@import 'form/form';
 | 
			
		||||
@import 'imageGrid/imageGrid';
 | 
			
		||||
@import 'imageGrid/imageGrid';
 | 
			
		||||
@import 'osmMap/osmMap';
 | 
			
		||||
@@ -52,6 +52,7 @@
 | 
			
		||||
			top: #{($-spacing-large - $-spacing-small) / 3.2};
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	&__Item>.LP-Link:hover + &__DeleteItem, &__DeleteItem:hover { 
 | 
			
		||||
		visibility: visible;
 | 
			
		||||
	}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										31
									
								
								components/03_Organisms/osmMap/_osmMap.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								components/03_Organisms/osmMap/_osmMap.scss
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,31 @@
 | 
			
		||||
.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;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										3
									
								
								components/03_Organisms/osmMap/osmMap.config.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								components/03_Organisms/osmMap/osmMap.config.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										0
									
								
								components/03_Organisms/osmMap/osmMap.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								components/03_Organisms/osmMap/osmMap.hbs
									
									
									
									
									
										Normal file
									
								
							
		Reference in New Issue
	
	Block a user