From 5137901948e792fb69ff6ef29da29ba25af16fbe Mon Sep 17 00:00:00 2001 From: reverend Date: Tue, 29 Sep 2020 20:37:34 +0200 Subject: [PATCH] Spacing below map --- components/03_Organisms/osmMap/_osmMap.scss | 1 + public/main.css | 38 ++++++++++----------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/components/03_Organisms/osmMap/_osmMap.scss b/components/03_Organisms/osmMap/_osmMap.scss index 5e7e841..687f6fa 100644 --- a/components/03_Organisms/osmMap/_osmMap.scss +++ b/components/03_Organisms/osmMap/_osmMap.scss @@ -1,4 +1,5 @@ .LP-Map{ + margin-bottom: $-spacing-medium; .ol-attribution{ font-family: $-primary-sans-serif-font; color: $-grey; diff --git a/public/main.css b/public/main.css index ed06ba1..286b3dd 100644 --- a/public/main.css +++ b/public/main.css @@ -1641,25 +1641,25 @@ body { .LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover { 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-Map { + margin-bottom: 25px; } + .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 { margin: 0 auto;