dev/patrick #1

Merged
lukas.uptmoor merged 69 commits from dev/patrick into main 2026-04-20 16:32:31 +02:00
Showing only changes of commit 1337b0dca3 - Show all commits

View File

@@ -1,14 +1,14 @@
/* =====================================================================
WebGIS Citizen Participation Portal — Styles
Mobile-First Layout with CSS Custom Properties for Municipality Theming.
Mobile-First Layout with CSS Custom Properties for Municipality Theme
===================================================================== */
/* -----------------------------------------------------------------
CSS Custom Properties (Defaults — overridden per Municipality)
CSS Custom Properties Defaults — overridden per Municipality
----------------------------------------------------------------- */
:root {
/* Municipality Colors (set dynamically in index.php) */
/* Municipality Colors */
--color-primary: #00376D;
--color-primary-light: #00376D22;
--color-primary-dark: #00376D;
@@ -145,7 +145,7 @@ html, body {
/* -----------------------------------------------------------------
Main / Map Container
Main and Map Container
----------------------------------------------------------------- */
#app-main {
position: fixed;
@@ -195,7 +195,7 @@ html, body {
/* -----------------------------------------------------------------
Sidebar Overrides (leaflet-sidebar-v2)
Sidebar Overrides
----------------------------------------------------------------- */
.leaflet-sidebar {
z-index: 999;
@@ -573,7 +573,7 @@ select.form-input {
/* -----------------------------------------------------------------
Mobile Responsive Overrides (max-width: 768px)
Mobile Responsive Overrides
----------------------------------------------------------------- */
@media (max-width: 768px) {
:root {
@@ -618,7 +618,7 @@ select.form-input {
/* -----------------------------------------------------------------
Desktop Overrides (min-width: 769px)
Desktop Overrides
----------------------------------------------------------------- */
@media (min-width: 769px) {
:root {