From 3f5961c9a664bccb30d5e805e2ab0d1cceb3deea Mon Sep 17 00:00:00 2001 From: Nicholas Surmava Date: Thu, 2 Apr 2026 09:32:56 -0400 Subject: [PATCH] added content_frame style as a global and applied it to cellsite, incident, and robots pages for the map --- frontend/src/assets/main.css | 8 ++++++++ frontend/src/pages/Cellsite.vue | 2 +- frontend/src/pages/Home.vue | 8 -------- frontend/src/pages/Incident.vue | 2 +- frontend/src/pages/Robots.vue | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/src/assets/main.css b/frontend/src/assets/main.css index 77d7b52..b04689d 100644 --- a/frontend/src/assets/main.css +++ b/frontend/src/assets/main.css @@ -24,6 +24,14 @@ --theme-glow: rgba(150, 220, 255, 0.2); } +.content_frame { + border: 1px solid var(--theme-faint); + border-radius: 6px; + padding: 1rem; + transition: border-color 0.4s, box-shadow 0.4s; + box-shadow: 0 0 12px var(--theme-glow); +} + #app { margin: 0 auto; padding: 2rem 2rem; diff --git a/frontend/src/pages/Cellsite.vue b/frontend/src/pages/Cellsite.vue index 01c6789..4068234 100644 --- a/frontend/src/pages/Cellsite.vue +++ b/frontend/src/pages/Cellsite.vue @@ -119,7 +119,7 @@ onMounted(async () => { -
+
{