diff options
| author | Christian Cleberg <[email protected]> | 2026-04-17 12:40:55 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-17 12:40:55 -0500 |
| commit | fd412c5197286518ff9491a1b51e6319c9a22904 (patch) | |
| tree | 8418e1e7b590907a9328919edf2fd7765a4b8d3d /assets/css/app.css | |
| parent | 9b6de370a0b6cb95f46c29f5e1827f9c418ef6cf (diff) | |
| download | world-incarceration-fd412c5197286518ff9491a1b51e6319c9a22904.tar.gz world-incarceration-fd412c5197286518ff9491a1b51e6319c9a22904.tar.bz2 world-incarceration-fd412c5197286518ff9491a1b51e6319c9a22904.zip | |
phase 2 implement
Diffstat (limited to 'assets/css/app.css')
| -rw-r--r-- | assets/css/app.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index 65e4ecf..95310fb 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -104,6 +104,20 @@ th { font-size: 16px; } -.zc-ref { - display: none; +#map-container { + height: calc(100vh - 56px); + width: 100%; + background: #161616; +} + +.map-tooltip { + position: absolute; + background: #1a1a1a; + color: #fff; + padding: 8px 12px; + border: 1px solid #24ab48; + border-radius: 0; + pointer-events: none; + font-size: 13px; + opacity: 0; } |
