all repos — caroster @ 11ead31f4aee86f2a841b8775231bc52abb9df0e

[Octree] Group carpool to your event https://caroster.io

frontend/public/leaflet_reset.css (view raw)

 1.leaflet-popup-tip-container {
 2    background: transparent;
 3    display: none; 
 4}
 5   
 6.leaflet-popup-content-wrapper {
 7    border-radius: '4px';
 8    border: 0;
 9} 
10
11.leaflet-popup-content {
12    margin: 0;
13}
14
15.leaflet-popup-tip-container {
16    display: none;
17}
18
19.leaflet-popup-close-button {
20    display: none;
21}
22
23.leaflet-container a {
24    color: inherit;
25}
26
27.leaflet-popup-content p {
28    margin: 0;
29}