commented styles.css
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
/* =====================================================================
|
/* =====================================================================
|
||||||
WebGIS Citizen Participation Portal — Styles
|
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 {
|
:root {
|
||||||
/* Municipality Colors (set dynamically in index.php) */
|
/* Municipality Colors */
|
||||||
--color-primary: #00376D;
|
--color-primary: #00376D;
|
||||||
--color-primary-light: #00376D22;
|
--color-primary-light: #00376D22;
|
||||||
--color-primary-dark: #00376D;
|
--color-primary-dark: #00376D;
|
||||||
@@ -145,7 +145,7 @@ html, body {
|
|||||||
|
|
||||||
|
|
||||||
/* -----------------------------------------------------------------
|
/* -----------------------------------------------------------------
|
||||||
Main / Map Container
|
Main and Map Container
|
||||||
----------------------------------------------------------------- */
|
----------------------------------------------------------------- */
|
||||||
#app-main {
|
#app-main {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@@ -195,7 +195,7 @@ html, body {
|
|||||||
|
|
||||||
|
|
||||||
/* -----------------------------------------------------------------
|
/* -----------------------------------------------------------------
|
||||||
Sidebar Overrides (leaflet-sidebar-v2)
|
Sidebar Overrides
|
||||||
----------------------------------------------------------------- */
|
----------------------------------------------------------------- */
|
||||||
.leaflet-sidebar {
|
.leaflet-sidebar {
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
@@ -573,7 +573,7 @@ select.form-input {
|
|||||||
|
|
||||||
|
|
||||||
/* -----------------------------------------------------------------
|
/* -----------------------------------------------------------------
|
||||||
Mobile Responsive Overrides (max-width: 768px)
|
Mobile Responsive Overrides
|
||||||
----------------------------------------------------------------- */
|
----------------------------------------------------------------- */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
:root {
|
:root {
|
||||||
@@ -618,7 +618,7 @@ select.form-input {
|
|||||||
|
|
||||||
|
|
||||||
/* -----------------------------------------------------------------
|
/* -----------------------------------------------------------------
|
||||||
Desktop Overrides (min-width: 769px)
|
Desktop Overrides
|
||||||
----------------------------------------------------------------- */
|
----------------------------------------------------------------- */
|
||||||
@media (min-width: 769px) {
|
@media (min-width: 769px) {
|
||||||
:root {
|
:root {
|
||||||
|
|||||||
Reference in New Issue
Block a user