leaflet.scale.css 737 B

12345678910111213141516171819202122232425262728293031323334
  1. /*S leaflet-control-scale*/
  2. .leaflet-bottom .leaflet-control-scale {
  3. margin-bottom: 0px;
  4. padding-bottom: 5px;
  5. margin-top: 20px;
  6. }
  7. .leaflet-control-scale-line {
  8. border: 3px solid #fff;
  9. border-top: none !important;
  10. border-bottom: 3px solid #fff !important;
  11. border-left-width: 1px;
  12. border-right-width: 1px;
  13. color: #fff;
  14. line-height: 1.1;
  15. padding: 2px 5px 1px;
  16. font-size: 11px;
  17. white-space: nowrap;
  18. height: 2px;
  19. position: relative;
  20. overflow: visible;
  21. background: none;
  22. float: left;
  23. margin-top: 18px;
  24. }
  25. .leaflet-control-scale-line span {
  26. position: absolute;
  27. top: -10px;
  28. left: 5px;
  29. display: block;
  30. line-height: 1.2;
  31. }
  32. /*E leaflet-control-scale*/