Fixing more nitty gritty stuff.

All that's left is the font switch and the logo.
This commit is contained in:
2022-01-11 14:36:38 -05:00
committed by Gitea
parent 9feb042414
commit f943915553
4 changed files with 39 additions and 15 deletions

View File

@ -20,11 +20,6 @@ a {
display: flex;
}
/* .card-pf #kc-content #kc-content-wrapper { */
/* padding: 1em; */
/* */
/* } */
/*Login form */
.login-pf-header {
@ -39,6 +34,7 @@ a {
display: inline-block;
height: 100%;
vertical-align: bottom;
padding: 2em 0em 1em 1em;
}
#kc-form-wrapper {
@ -78,12 +74,12 @@ a {
}
.form-group label {
font-weight: bold;
padding: 0.5em;
padding-bottom: 0.5em;
}
#kc-form-buttons {
all: unset;
display: inline-block;
width: 100%;
height: 2em;
align-self: center;
@ -91,6 +87,17 @@ a {
border-top: 2px solid black;
}
.login-button {
all: unset;
display: block;
border: none;
color: #FFFFFF;
font-size: 1em;
font-weight: bold;
margin: auto;
padding: 0.3em;
}
.pf-c-form-control {
border: none;
padding: 5px 5px 5px 5px;
@ -184,11 +191,12 @@ div#kc-username:before{
@media screen and (max-width: 530px) {
#kc-page-title {
border: unset;
}
#kc-page-title {
border: unset;
}
#kc-register-form {
#kc-register-form {
margin: unset;
margin-bottom: 1.5em;
}
}