Spacing below map
This commit is contained in:
parent
fe70b648d6
commit
5137901948
@ -1,4 +1,5 @@
|
|||||||
.LP-Map{
|
.LP-Map{
|
||||||
|
margin-bottom: $-spacing-medium;
|
||||||
.ol-attribution{
|
.ol-attribution{
|
||||||
font-family: $-primary-sans-serif-font;
|
font-family: $-primary-sans-serif-font;
|
||||||
color: $-grey;
|
color: $-grey;
|
||||||
|
@ -1641,20 +1641,20 @@ 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 {
|
.LP-Map {
|
||||||
|
margin-bottom: 25px; }
|
||||||
|
.LP-Map .ol-attribution {
|
||||||
font-family: "Montserrat", Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
color: #565656; }
|
color: #565656; }
|
||||||
.LP-Map .ol-attribution a {
|
.LP-Map .ol-attribution a {
|
||||||
color: #C09F80; }
|
color: #C09F80; }
|
||||||
.LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus {
|
.LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus {
|
||||||
color: #D7CEC7; }
|
color: #D7CEC7; }
|
||||||
|
.LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out {
|
||||||
.LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out {
|
|
||||||
background-color: #C09F80; }
|
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 {
|
.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; }
|
background-color: #565656; }
|
||||||
|
.LP-Map .LP-Map__Popup {
|
||||||
.LP-Map .LP-Map__Popup {
|
|
||||||
font-family: "Montserrat", Helvetica, sans-serif;
|
font-family: "Montserrat", Helvetica, sans-serif;
|
||||||
color: #565656;
|
color: #565656;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
|
Loading…
Reference in New Issue
Block a user