refine login screen
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
rra
2021-06-16 15:52:24 +02:00
parent 49d8906b92
commit 581fbd415c
2 changed files with 16 additions and 12 deletions

View File

@ -11,10 +11,13 @@ body {
margin:auto;
box-shadow:1em 1em 0 #d2d1c8;
background-color: #fff09d;
transform: rotate(-1deg);
margin-top: 2em;
}
.card-pf #kc-content #kc-content-wrapper {
padding: 1em;
}
@ -33,14 +36,13 @@ body {
padding-right: 0.5em;
font-size: 1em;
display: inline-block;
text-transform: uppercase;
}
#kc-form-wrapper {
margin-top: 1em;
margin-left: 3em;
margin-right: 3em;
margin-bottom: 0.5em;
}
#kc-form-login {
@ -57,32 +59,34 @@ body {
border:2px solid #0e0e22;
width: 100%;
display: flex;
justify-content: space-between;
align-items: baseline;
flex-wrap: wrap;
flex-direction: column;
}
.form-group.login-pf-settings{
.form-group.login-pf-settings {
display: flex;
flex-direction: row;
justify-content: space-between;
vertical-align: baseline;
align-items: baseline;
border: none;
}
.form-group label {
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
padding: 0.5em;
}
#kc-form-buttons {
width: unset;
margin: 0;
align-self: end;
margin-top: 1em;
}
.pf-c-form-control {
border: none;
padding: 5px 5px 5px 5px;
border-left: 2px solid black;
border-top: 2px solid black;
flex-grow: 1;
}