From 1337b0dca359dff1672fd214086c0c2214d1f1d3 Mon Sep 17 00:00:00 2001 From: patrickzerhusen Date: Sun, 19 Apr 2026 13:03:29 +0200 Subject: [PATCH] commented styles.css --- public/styles.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/styles.css b/public/styles.css index ece1910..2c2de28 100644 --- a/public/styles.css +++ b/public/styles.css @@ -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 {