This commit is contained in:
phil 2025-01-10 19:03:09 +01:00
parent 41cf615052
commit c7478aff5f
4 changed files with 35 additions and 21 deletions

View file

@ -12,6 +12,9 @@
.hidden {
display: none;
}
.center {
text-align: center;
}
.content {
width: 100%;
display: flex;
@ -56,16 +59,20 @@
margin: 0;
}
.login-toolbox {
max-width: 20em;
margin: auto;
max-width: 18em;
margin: 0.5em auto;
display: flex;
flex-direction: column;
padding: 0 1em;
gap: 5px;
justify-content: center;
padding: 0.8em;
background-color: floralwhite;
gap: 0.5em;
}
.login-toolbox a {
background-color: lightblue;
padding: 3px 6px;
font-weight: bold;
border-radius: 8px;
padding: 6px;
text-decoration: none;
text-align: center;
color: black;
@ -78,9 +85,6 @@
font-weight: bold;
flex: 1 1 auto;
}
.login-toolbox a:hover {
background-color: lightgreen;
}
.debug-auth {
font-size: 90%;
background-color: #d8bebc75;
@ -106,12 +110,15 @@
.content #links-to-check {
display: flex;
text-align: center;
justify-content: center;
gap: 0.5em;
flex-flow: wrap;
}
.content #links-to-check a {
margin: 5px;
color: black;
padding: 3px 6px;
padding: 5px 10px;
text-decoration: none;
border-radius: 8px;
}
.hasResponseStatus {
background-color: #88888840;