custom_leaflet.scss 213 B

1234567891011121314
  1. .leaflet-popup-content-wrapper{
  2. }
  3. .leaflet-popup-content{
  4. p{
  5. font-size: 0.9rem;
  6. line-height: 1.5;
  7. font-family: 'Marianneregular';
  8. strong{
  9. color: $color2;
  10. line-height: 2;
  11. }
  12. }
  13. }