10 lines
242 B
CSS
10 lines
242 B
CSS
/* styles/global.css */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
@import "leaflet/dist/leaflet.css";
|
|
|
|
.tooltip-tailwind .leaflet-tooltip {
|
|
@apply bg-white text-black p-2 border border-gray-300 rounded shadow !important;
|
|
}
|