| | |
| | | .scale-bar { |
| | | border-color: #000 !important; |
| | | } |
| | | } |
| | | |
| | | .dc-location-bar { |
| | | left: 50% !important; |
| | | transform: translate(-50%, 0); |
| | | } |
| | | |
| | | .dc-zoom-controller { |
| | | top: auto !important; |
| | | bottom: 56px !important; |
| | | right: 20px !important; |
| | | width: 36px !important; |
| | | height: auto !important; |
| | | border-radius: 5px !important; |
| | | background: #fff !important; |
| | | z-index: 101 !important; |
| | | |
| | | &>div { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | width: 36px !important; |
| | | height: 36px !important; |
| | | |
| | | |
| | | svg { |
| | | width: 20px !important; |
| | | height: 20px !important; |
| | | fill: #666 !important; |
| | | } |
| | | } |
| | | } |