Lunarize the markers

This is merely an aesthetic change; will need to adjust this in the
future
wilder-activities
Jacopo De Simoi 5 years ago
parent ad6573a8b5
commit de66fbfb1f
  1. 15
      src/lib/data/html/marker.js

@ -136,7 +136,7 @@ background: none;\
border: none;\
bottom: auto;\
box-shadow: none;\
color: black !important;\
color: #969696!important;\
cursor: auto;\
display: inline;\
float: none;\
@ -173,13 +173,12 @@ position: fixed;\
display: block;\
white-space: nowrap;\
overflow: hidden;\
font-size: 11.5px;\
background: linear-gradient(to bottom, #ffdd6e 0%, #deb050 100%);\
padding-left: 3px;\
padding-right: 3px;\
border: 1px solid #c38a22;\
border-radius: 3px;\
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.3);\
font-size: 14px;\
background: #F6F6F6;\
padding-left: 6px;\
padding-right: 6px;\
border: 1px solid #262626;\
border-radius: 1px;\
z-index: 100000;\
}'));

Loading…
Cancel
Save