commented styles.css
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user