.distance-legend { pointer-events: auto; position: relative; border-radius: 15px;; height: 30px; width: 125px; /* border: 1px solid rgba(255, 255, 255, .1); */ box-sizing: content-box; margin-top: -10px; } .distance-legend-label { display: inline-block; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: lighter; line-height: 30px; color: #fff; width: 125px; text-align: center } .distance-legend-scale-bar { border-left: 1px solid #fff; border-right: 1px solid #fff; border-bottom: 1px solid #fff; position: absolute; height: 10px; top: 15px } @media print { .distance-legend { display: none } } @media screen and (max-width:700px), screen and (max-height:420px) { .distance-legend { display: none } } .navigation-controls { position: absolute; right: 38px; top: 197px; width: 30px; border: 1px solid rgba(255, 255, 255, .1); font-weight: 300; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .navigation-control { cursor: pointer; border-bottom: 1px solid #555 } .naviagation-control:active { color: #fff } .navigation-control-last { cursor: pointer; border-bottom: 0 } .navigation-control-icon-zoom-in { padding-bottom: 4px } .navigation-control-icon-zoom-in, .navigation-control-icon-zoom-out { position: relative; text-align: center; font-size: 20px; color: #fff } .navigation-control-icon-reset { position: relative; left: 10px; width: 10px; height: 10px; fill: rgba(255, 255, 255, .8); padding-top: 6px; padding-bottom: 6px; box-sizing: content-box } .compass, .compass-outer-ring { position: absolute; width: 95px; height: 95px } .compass { pointer-events: auto; right: 0; overflow: hidden; top: 100px } .compass-outer-ring { top: 0; fill: rgba(255, 255, 255, .5) } .compass-outer-ring-background { position: absolute; top: 14px; left: 14px; width: 44px; height: 44px; border-radius: 44px; border: 12px solid rgba(47, 53, 60, .8); box-sizing: content-box } .compass-gyro { pointer-events: none; position: absolute; top: 0; width: 95px; height: 95px; fill: #ccc } .compass-gyro-active, .compass-gyro-background:hover+.compass-gyro { fill: #68adfe } .compass-gyro-background { position: absolute; top: 30px; left: 30px; width: 33px; height: 33px; border-radius: 33px; background-color: rgba(47, 53, 60, .8); border: 1px solid rgba(255, 255, 255, .2); box-sizing: content-box } .compass-rotation-marker { position: absolute; top: 0; width: 95px; height: 95px; fill: #68adfe } @media screen and (max-width:700px), screen and (max-height:420px) { .compass, .navigation-controls { display: none } } @media print { .compass, .navigation-controls { display: none } } #distanceLegendDiv{ position: absolute; bottom: 381px; right: 0px; z-index: 1111111111; } #distanceLegendDiv .compass{ right: 10px; } #distanceLegendDiv .navigation-controls{ width: 35px; background: #262a30; } #distanceLegendDiv .navigation-control{ width: 35px; height: 35px; } #distanceLegendDiv .navigation-control-icon-zoom-in, #distanceLegendDiv .navigation-control-icon-zoom-out{ font-size: 35px; line-height: 35px; color: #dae4f6; } .distance-legend{ display: block; }