This commit is contained in:
parent
66d9d2dc09
commit
b1553ec7bf
3 changed files with 60 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue