From 5f87dbf6129e7e137233d3fc0e86df8dd482f534 Mon Sep 17 00:00:00 2001 From: Edouard Vanbelle Date: Sat, 11 Apr 2026 18:53:07 +0200 Subject: [PATCH] fix(device-verify): includes main.css + rename class to avoid collision --- static/css/views/device-verify.css | 8 ++++---- static/device-verify.html | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/static/css/views/device-verify.css b/static/css/views/device-verify.css index 9c02a5fa..4fa06d61 100644 --- a/static/css/views/device-verify.css +++ b/static/css/views/device-verify.css @@ -14,7 +14,7 @@ body { min-height: 100vh; padding: 1rem; } -.card { +.dag-card { background: var(--color-bg-surface); border-radius: var(--radius, 12px); box-shadow: 0 4px 24px var(--color-shadow-sm); @@ -22,15 +22,15 @@ body { max-width: 440px; width: 100%; } -.logo { +.dag-logo { text-align: center; margin-bottom: 1.5rem; } -.logo h1 { +.dag-logo h1 { font-size: 1.5rem; font-weight: 700; } -.logo span { +.dag-logo span { color: var(--color-primary); } h2 { diff --git a/static/device-verify.html b/static/device-verify.html index 9340979a..3e227450 100644 --- a/static/device-verify.html +++ b/static/device-verify.html @@ -4,11 +4,12 @@ OxiCloud — Authorize Device + -
-