MarkerCluster.Default.css 796 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .marker-cluster-small {
  2. background-color: rgba(181, 226, 140, 0.6);
  3. }
  4. .marker-cluster-small div {
  5. background-color: rgba(110, 204, 57, 0.6);
  6. }
  7. .marker-cluster-medium {
  8. background-color: rgba(241, 211, 87, 0.6);
  9. }
  10. .marker-cluster-medium div {
  11. background-color: rgba(240, 194, 12, 0.6);
  12. }
  13. .marker-cluster-large {
  14. background-color: rgba(253, 156, 115, 0.6);
  15. }
  16. .marker-cluster-large div {
  17. background-color: rgba(241, 128, 23, 0.6);
  18. }
  19. .marker-cluster {
  20. background-clip: padding-box;
  21. border-radius: 20px;
  22. }
  23. .marker-cluster div {
  24. width: 30px;
  25. height: 30px;
  26. margin-left: 5px;
  27. margin-top: 5px;
  28. text-align: center;
  29. border-radius: 15px;
  30. font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
  31. }
  32. .marker-cluster span {
  33. line-height: 30px;
  34. }