31 lines
488 B
CSS
31 lines
488 B
CSS
@import "tailwindcss";
|
|
@plugin "daisyui" {
|
|
themes: dark, nord;
|
|
}
|
|
|
|
@theme {
|
|
--color-rescuetrack: #46b7a3;
|
|
--color-rescuetrack-highlight: #ff4500;
|
|
}
|
|
|
|
.leaflet-popup-tip-container {
|
|
display: none;
|
|
}
|
|
.leaflet-popup-content-wrapper {
|
|
background: transparent !important;
|
|
pointer-events: none !important;
|
|
}
|
|
|
|
.leaflet-popup-content {
|
|
width: 0 !important;
|
|
margin: 0 !important;
|
|
}
|
|
.leaflet-popup {
|
|
left: 0 !important;
|
|
top: 0 !important;
|
|
}
|
|
|
|
.leaflet-popup-close-button {
|
|
display: none;
|
|
}
|