first draft login view
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
83
lumbung.space/login/resources/css/login.css
Normal file
83
lumbung.space/login/resources/css/login.css
Normal file
@ -0,0 +1,83 @@
|
||||
body {
|
||||
|
||||
font-size:1.3em;
|
||||
font-family: sans-serif;
|
||||
|
||||
}
|
||||
|
||||
.card-pf {
|
||||
border:2px solid #0e0e22;
|
||||
max-width:500px;
|
||||
margin:auto;
|
||||
box-shadow:1em 1em 0 #d2d1c8;
|
||||
background-color: #fff09d;
|
||||
}
|
||||
|
||||
|
||||
.card-pf #kc-content #kc-content-wrapper {
|
||||
|
||||
padding: 1em;
|
||||
|
||||
}
|
||||
|
||||
.login-pf-header {
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
|
||||
|
||||
#kc-page-title {
|
||||
border-right: 2px solid black;
|
||||
margin: 0;
|
||||
padding: 0.2em;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
font-size: 1em;
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
|
||||
#kc-form-wrapper {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#kc-form-login {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
flex-direction: column;
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
font-size: 14px;
|
||||
margin: 5px auto;
|
||||
border:2px solid #0e0e22;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: start;
|
||||
align-items: baseline;
|
||||
|
||||
}
|
||||
|
||||
.form-group.login-pf-settings{
|
||||
border: none;
|
||||
}
|
||||
|
||||
.form-group label {
|
||||
font-weight: bold;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
#kc-form-buttons {
|
||||
width: unset;
|
||||
margin: 0;
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.pf-c-form-control {
|
||||
border: none;
|
||||
padding: 5px 5px 5px 5px;
|
||||
border-left: 2px solid black;
|
||||
flex-grow: 1;
|
||||
}
|
Reference in New Issue
Block a user