fix: resize pridetopia, fix font color on login form labels

This commit is contained in:
transcaffeine 2022-11-26 15:52:27 +01:00
parent 0cc6d88286
commit 2e04566f48
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -40,9 +40,14 @@ p.instruction {
} }
h1#kc-page-title::before { h1#kc-page-title::before {
content: url{../../../common/entropia/img/pridetopia.svg}; content: "";
width: 200px; height: 200px;
height: 290px; display: block;
background-image: url(../../../common/entropia/img/pridetopia.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 143.37px 200px;
margin-bottom: 20px;
} }
h1#kc-page-title { h1#kc-page-title {
@ -173,7 +178,7 @@ div.kc-logo-text span {
margin-top: 10px; margin-top: 10px;
} }
#kc-form-wrapper .kc-form-login label { #kc-form-wrapper #kc-form-login label {
color: var(--pf-global--active-color--100); color: var(--pf-global--active-color--100);
} }