map styling update
This commit is contained in:
parent
488bb9995f
commit
56ab4001de
@ -1,12 +1,12 @@
|
|||||||
/* CSS Variables for theming */
|
/* CSS Variables for theming */
|
||||||
:root {
|
:root {
|
||||||
--primary-color: #2c5aa0;
|
--primary-color: #a02c8d;
|
||||||
--success-color: #27ae60;
|
--success-color: #27ae60;
|
||||||
--danger-color: #e74c3c;
|
--danger-color: #e74c3c;
|
||||||
--warning-color: #f39c12;
|
--warning-color: #f39c12;
|
||||||
--secondary-color: #95a5a6;
|
--secondary-color: #ba6cdf;
|
||||||
--dark-color: #2c3e50;
|
--dark-color: #2e053f;
|
||||||
--light-color: #ecf0f1;
|
--light-color: #efcef0;
|
||||||
--border-radius: 4px;
|
--border-radius: 4px;
|
||||||
--transition: all 0.3s ease;
|
--transition: all 0.3s ease;
|
||||||
--header-height: 60px;
|
--header-height: 60px;
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="Interactive map viewer for NocoDB location data">
|
<meta name="description" content="Interactive canvassing web-app & viewer Changemaker-lite nocodb">
|
||||||
<title>NocoDB Map Viewer</title>
|
<title>NocoDB Map Viewer</title>
|
||||||
|
|
||||||
<!-- Leaflet CSS -->
|
<!-- Leaflet CSS -->
|
||||||
@ -18,7 +18,7 @@
|
|||||||
<div id="app">
|
<div id="app">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header class="header">
|
<header class="header">
|
||||||
<h1>NocoDB Map Viewer</h1>
|
<h1>Map for CM-lite</h1>
|
||||||
<div class="header-actions">
|
<div class="header-actions">
|
||||||
<div class="user-info">
|
<div class="user-info">
|
||||||
<span class="user-email" id="user-email">Loading...</span>
|
<span class="user-email" id="user-email">Loading...</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user