mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
34 lines
416 B
CSS
34 lines
416 B
CSS
@import "../node_modules/leaflet/dist/leaflet.css";
|
|
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
* {
|
|
font-weight: 400;
|
|
font-family: "Inter", sans-serif;
|
|
font-optical-sizing: auto;
|
|
font-style: normal;
|
|
font-variation-settings:
|
|
"slnt" 0;
|
|
}
|
|
|
|
.z-ui-0 {
|
|
z-index: 2000;
|
|
}
|
|
|
|
.z-ui-1 {
|
|
z-index: 2001;
|
|
}
|
|
|
|
.z-ui-2 {
|
|
z-index: 2002;
|
|
}
|
|
|
|
.z-ui-3 {
|
|
z-index: 2003;
|
|
}
|
|
|
|
.z-ui-4 {
|
|
z-index: 2004;
|
|
} |