Merge branch 'develop' of mowoe.com:reverend/lostplaces-backend into develop

This commit is contained in:
Marcus Scholz 2020-09-29 21:28:53 +02:00
commit e32b3f6595
3 changed files with 20 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1641,25 +1641,25 @@ 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 {
font-family: "Montserrat", Helvetica, sans-serif; margin-bottom: 25px; }
color: #565656; } .LP-Map .ol-attribution {
.LP-Map .ol-attribution a { font-family: "Montserrat", Helvetica, sans-serif;
color: #C09F80; } color: #565656; }
.LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus { .LP-Map .ol-attribution a {
color: #D7CEC7; } color: #C09F80; }
.LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus {
.LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out { color: #D7CEC7; }
background-color: #C09F80; } .LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out {
.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: #C09F80; }
background-color: #565656; } .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 { .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;
padding: .5em; padding: .5em;
border-radius: 2px; } border-radius: 2px; }
.LP-MainContainer { .LP-MainContainer {
margin: 0 auto; margin: 0 auto;

View File

@ -37,7 +37,7 @@
anchor: [0.5, 46], anchor: [0.5, 46],
anchorXUnits: 'fraction', anchorXUnits: 'fraction',
anchorYUnits: 'pixels', anchorYUnits: 'pixels',
scale: 0.3, scale: 0.02,
src: '{% static "icons/map-marker-icon.png" %}' src: '{% static "icons/map-marker-icon.png" %}'
}) })
}) })