From de9ffa6aa68d34d6a5376366c558296cd5b9ba12 Mon Sep 17 00:00:00 2001 From: Fabien Antoine Date: Thu, 16 Nov 2023 18:40:48 -0500 Subject: [PATCH] Feat/auth link (#874) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ✨ add auth link feature Co-authored-by: Cristian <18708179+cristianpb@users.noreply.github.com> --- public/css/global.css | 2 ++ src/App.svelte | 15 +++++++++-- src/components/tools/icons.js | 13 +++++++++ src/components/views/APIKey.svelte | 42 ++++++++++++++++++++++++++++-- 4 files changed, 68 insertions(+), 4 deletions(-) diff --git a/public/css/global.css b/public/css/global.css index bbd19c3f..a7d75803 100644 --- a/public/css/global.css +++ b/public/css/global.css @@ -1335,4 +1335,6 @@ svg.leaflet-image-layer.leaflet-interactive path { margin-top: -0.5rem; } +.rf-fi--valid{color:var(--success) + /* Leaflet */ \ No newline at end of file diff --git a/src/App.svelte b/src/App.svelte index 3c290388..e728987c 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -15,7 +15,7 @@ \ No newline at end of file