From 88423b26ddc52b83e84a424eb59ee4570120bf01 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 7 Feb 2025 16:45:27 +0100 Subject: [PATCH] Follow changes of oidc-test: move all resources to json; use buttons --- public/styles.css | 9 ++---- src/App.vue | 74 +++++++++++++++++++++++++---------------------- src/main.ts | 4 ++- 3 files changed, 44 insertions(+), 43 deletions(-) diff --git a/public/styles.css b/public/styles.css index 3f9679d..cc7abeb 100644 --- a/public/styles.css +++ b/public/styles.css @@ -170,11 +170,12 @@ hr { gap: 0.5em; flex-flow: wrap; } -.content .links-to-check a { +.content .links-to-check button { color: black; padding: 5px 10px; text-decoration: none; border-radius: 8px; + border: none; } .token { @@ -182,12 +183,6 @@ hr { font-family: monospace; } -.actions { - display: flex; - justify-content: center; - gap: 0.5em; -} - .resource { padding: 0.5em; display: flex; diff --git a/src/App.vue b/src/App.vue index 2a4f53e..7fd21b1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,5 @@