Add hint to providers
All checks were successful
/ test (push) Successful in 5s

This commit is contained in:
phil 2025-01-10 23:40:24 +01:00
parent 66d9d2dc09
commit b1553ec7bf
3 changed files with 60 additions and 40 deletions

View file

@ -52,40 +52,7 @@
.user-info a.logout:hover {
background-color: orange;
}
.login-box {
text-align: center;
}
.login-box p {
margin: 0;
}
.login-toolbox {
max-width: 18em;
margin: 0.5em auto;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0.8em;
background-color: floralwhite;
gap: 0.5em;
}
.login-toolbox a {
background-color: lightblue;
font-weight: bold;
border-radius: 8px;
padding: 6px;
text-decoration: none;
text-align: center;
color: black;
flex: 1 1 auto;
}
.login-toolbox .error {
color: darkred;
padding: 3px 6px;
text-align: center;
font-weight: bold;
flex: 1 1 auto;
}
.debug-auth {
.debug-auth {
font-size: 90%;
background-color: #d8bebc75;
padding: 6px;