add more styling

This commit is contained in:
knoflook 2023-04-13 20:09:19 +02:00
parent 0496498b40
commit 96e3192c99
1 changed files with 28 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Therefore the Patternfly background must be set to none. */ Therefore the Patternfly background must be set to none. */
@font-face { @font-face {
font-family: "perfect-dos"; font-family: "perfect-dos";
src: url("../fonts/perfect_dos_vga.woff"); src: url("../fonts/perfect_dos_vga_437_win-webfont.woff");
} }
.login-pf { .login-pf {
@ -22,6 +22,12 @@ textarea.pf-c-form-control {
height: auto; height: auto;
} }
.pf-c-form-control {
width: 50%;
margin-left: auto;
border: solid 1px black;
}
.pf-c-alert__title { .pf-c-alert__title {
font-size: var(--pf-global--FontSize--xs); font-size: var(--pf-global--FontSize--xs);
} }
@ -35,6 +41,20 @@ p.instruction {
border-color: rgba(230, 230, 230, 0.5); border-color: rgba(230, 230, 230, 0.5);
} }
.pf-c-form__label {
margin-top: 8px;
}
.pf-c-button.pf-m-primary {
background: #c6c3c6;
color: black;
border-top: 1px solid white;
border-bottom: 1px solid #848284;
border-left: 1px solid white;
border-right: 1px solid #848284;
box-shadow: 0px 0px 0px 1px black;
}
h1#kc-page-title { h1#kc-page-title {
margin-top: 10px; margin-top: 10px;
} }
@ -424,6 +444,10 @@ ul#kc-totp-supported-apps {
} }
} }
.form-group {
display: flex;
}
.card-pf form.form-actions .btn { .card-pf form.form-actions .btn {
float: right; float: right;
margin-left: 10px; margin-left: 10px;
@ -488,11 +512,11 @@ ul#kc-totp-supported-apps {
background: #fefefe; background: #fefefe;
font-family: "perfect-dos"; font-family: "perfect-dos";
margin: 0 auto; margin: 0 auto;
box-shadow: var(--pf-global--BoxShadow--lg);
padding: 0 20px; padding: 0 20px;
max-width: 500px; max-width: 500px;
border-top: 4px solid; border: 6px solid;
border-color: var(--pf-global--primary-color--100); border-color: #b1ccef;
box-shadow: 0px 0px 0px 2px #253e52;
} }
/*phone*/ /*phone*/