Follow changes of oidc-test: move all resources to json; use buttons
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
phil 2025-02-07 16:45:27 +01:00
parent 553e85a5d5
commit 88423b26dd
3 changed files with 44 additions and 43 deletions

View file

@ -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;