MarkerCluster.Default.css 762 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .marker-cluster-small {
  2. background-color: rgba(255, 0, 0, 0.6);
  3. }
  4. .marker-cluster-small div {
  5. background-color: rgba(256, 0, 0, 0.6);
  6. }
  7. .marker-cluster-medium {
  8. background-color: rgba(255, 0, 0, 0.6);
  9. }
  10. .marker-cluster-medium div {
  11. background-color: rgba(256, 0, 0, 0.6);
  12. }
  13. .marker-cluster-large {
  14. background-color: rgba(255, 0, 0, 0.6);
  15. }
  16. .marker-cluster-large div {
  17. background-color: rgba(256, 0, 0, 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-family: 'Source Code Pro', Arial, serif; font-weight: 400;
  31. font-size:12px;
  32. }
  33. .marker-cluster span {
  34. line-height: 30px;
  35. }