refactor, further cleaning up sidebar, home, mydashboard, alertlevelwidget, widget, and more misc.
This commit is contained in:
+17
-17
@@ -134,12 +134,12 @@ const config = defineConfig({
|
||||
"::-webkit-scrollbar-track": {
|
||||
background: "transparent",
|
||||
},
|
||||
'.leaflet-tile': {
|
||||
_dark: {
|
||||
filter: "invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%)",
|
||||
}
|
||||
},
|
||||
'.leaflet-control-zoom-in .leaflet-control-zoom-out .leaflet-control-attribution .leaflet-container': {
|
||||
// '.leaflet-tile': {
|
||||
// _dark: {
|
||||
// filter: "invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%)",
|
||||
// }
|
||||
// },
|
||||
'.leaflet-control-zoom-in, .leaflet-control-zoom-out, .leaflet-control-attribution, .leaflet-container': {
|
||||
_dark: {
|
||||
filter: "invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%)",
|
||||
}
|
||||
@@ -150,20 +150,20 @@ const config = defineConfig({
|
||||
}
|
||||
},
|
||||
'.leaflet-container': {
|
||||
fontFamily: "georgia, system-ui, sans-serif !important",
|
||||
fontFamily: "system-ui, sans-serif !important",
|
||||
_dark: {
|
||||
filter: "invert(100%) hue-rotate(180deg) brightness(95%) contrast(90%)",
|
||||
}
|
||||
},
|
||||
".leaflet-popup-content": {
|
||||
fontFamily: "georgia, system-ui, sans-serif !important"
|
||||
},
|
||||
".leaflet-control a": {
|
||||
fontFamily: "georgia, system-ui, sans-serif !important"
|
||||
},
|
||||
".leaflet-tooltip": {
|
||||
fontFamily: "georgia, system-ui, sans-serif !important"
|
||||
},
|
||||
// ".leaflet-popup-content": {
|
||||
// fontFamily: "georgia, system-ui, sans-serif !important"
|
||||
// },
|
||||
// ".leaflet-control a": {
|
||||
// fontFamily: "georgia, system-ui, sans-serif !important"
|
||||
// },
|
||||
// ".leaflet-tooltip": {
|
||||
// fontFamily: "georgia, system-ui, sans-serif !important"
|
||||
// },
|
||||
".react-grid-item": {
|
||||
transition: "none !important"
|
||||
},
|
||||
@@ -185,7 +185,7 @@ const config = defineConfig({
|
||||
},
|
||||
tokens: {
|
||||
fonts: {
|
||||
body: { value: "georgia, system-ui, sans-serif" },
|
||||
body: { value: "system-ui, sans-serif" },
|
||||
},
|
||||
},
|
||||
recipes: {
|
||||
|
||||
Reference in New Issue
Block a user