From 1fd3eff5b30a98a35e12d9c9ab7b11803189b4b6 Mon Sep 17 00:00:00 2001 From: Dymas Date: Mon, 22 Jun 2026 10:06:13 +0200 Subject: [PATCH] Trim auth banner styles for build budget --- src/frontend/src/app/app.component.html | 9 +++++---- src/frontend/src/app/app.component.scss | 13 ------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/src/frontend/src/app/app.component.html b/src/frontend/src/app/app.component.html index 02d37c5..9890177 100644 --- a/src/frontend/src/app/app.component.html +++ b/src/frontend/src/app/app.component.html @@ -32,10 +32,11 @@ -
- Auth token required. - Open this app with the token once, for example - ?token=your_token_here, and it will be stored in your browser. +
+
+ Auth token required. Open once with `?token=your_token_here` and it will + be stored in your browser. +
diff --git a/src/frontend/src/app/app.component.scss b/src/frontend/src/app/app.component.scss index 13ef857..96e55c0 100644 --- a/src/frontend/src/app/app.component.scss +++ b/src/frontend/src/app/app.component.scss @@ -83,19 +83,6 @@ h1 { background: rgba(8, 15, 15, 0.9); } -.auth-warning { - margin: 12px 24px 0; - padding: 12px 14px; - border: 1px solid rgba(255, 214, 102, 0.35); - border-radius: 10px; - background: rgba(255, 214, 102, 0.12); - color: #ffe3a3; -} - -.auth-warning code { - color: #f3fff7; -} - .panel-picker { display: flex; gap: 10px;