eventoL/eventoL

View on GitHub
eventol/front/src/components/Map/index.scss

Summary

Maintainability
Test Coverage
@import '../../styles/variables';

.leaflet-container {
  font: unset;

  a {
    color: unset;
  }
}

.item {
  .overlay {
    z-index: 500;
  }

  .max-size {
    max-width: 22vw;
  }
}