Cleanup style
This commit is contained in:
parent
a0b391b417
commit
f7d2279d19
1 changed files with 5 additions and 8 deletions
|
@ -3,9 +3,9 @@ body {
|
|||
background-color: floralwhite;
|
||||
margin: 0;
|
||||
font-family: system-ui;
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
background-color: #f786867d;
|
||||
margin: 0 0 0.2em 0;
|
||||
box-shadow: 0px 0.2em 0.2em #f786867d;
|
||||
|
@ -58,7 +58,6 @@ hr {
|
|||
border: 2px solid darkkhaki;
|
||||
padding: 3px 6px;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
color: black;
|
||||
}
|
||||
.user-info a.logout:hover {
|
||||
|
@ -73,7 +72,6 @@ hr {
|
|||
margin: 0;
|
||||
}
|
||||
.debug-auth p {
|
||||
text-align: center;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
.debug-auth ul {
|
||||
|
@ -104,14 +102,17 @@ hr {
|
|||
.hasResponseStatus.status-503 {
|
||||
background-color: #ffA88050;
|
||||
}
|
||||
|
||||
.role, .scope {
|
||||
padding: 3px 6px;
|
||||
border-radius: 6px;
|
||||
margin: 3px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.role {
|
||||
background-color: #44228840;
|
||||
}
|
||||
|
||||
.scope {
|
||||
background-color: #8888FF80;
|
||||
}
|
||||
|
@ -120,7 +121,6 @@ hr {
|
|||
/* For home */
|
||||
|
||||
.login-box {
|
||||
text-align: center;
|
||||
background-color: antiquewhite;
|
||||
margin: 0.5em auto;
|
||||
width: fit-content;
|
||||
|
@ -147,7 +147,6 @@ hr {
|
|||
max-height: 2em;
|
||||
}
|
||||
.providers .provider .link div {
|
||||
text-align: center;
|
||||
background-color: #f7c7867d;
|
||||
border-radius: 8px;
|
||||
padding: 6px;
|
||||
|
@ -162,13 +161,11 @@ hr {
|
|||
}
|
||||
.providers .error {
|
||||
padding: 3px 6px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.content .links-to-check {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
gap: 0.5em;
|
||||
flex-flow: wrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue