Cosmetic
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
phil 2025-02-01 01:19:13 +01:00
parent 8c695b9b67
commit eb15bc5e80
3 changed files with 21 additions and 5 deletions

View file

@ -146,7 +146,6 @@ hr {
max-width: 13em;
}
.providers .error {
color: darkred;
padding: 3px 6px;
text-align: center;
font-weight: bold;
@ -198,6 +197,10 @@ hr {
text-align: center;
}
.error {
color: darkred;
}
.from-keycloak-vue {
margin: 0 1em;
}
@ -212,3 +215,8 @@ hr {
.token .value {
padding-left: 1em;
}
.msg {
text-align: center;
font-weight: bold;
}