login theme for keycloak complete
This commit is contained in:
parent
b490104ef0
commit
3fbbe2263b
@ -1,5 +1,9 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500&family=Roboto:wght@300;400;500&family=Ubuntu:wght@300;400;500&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500&family=Roboto:wght@300;400;500&family=Ubuntu:wght@300;400;500&display=swap');
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--pf-global--primary-color--dark-100: #1B998B;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
@ -23,6 +27,19 @@ body {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #343434;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #1B998B;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rememberMe {
|
||||||
|
margin: 3px 0 0 -20px;
|
||||||
|
}
|
||||||
|
|
||||||
.login-pf body {
|
.login-pf body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -43,3 +60,30 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.login-pf-settings div:last-child {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pf-c-form-control::placeholder {
|
||||||
|
color: #1B998B;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pf-c-form-control:focus {
|
||||||
|
--pf-c-form-control--BorderBottomColor: #1B998B;
|
||||||
|
padding-bottom: #1B998B;
|
||||||
|
border-bottom-width: #1B998B;
|
||||||
|
}
|
||||||
|
|
||||||
|
.login-pf-settings div:last-child span {
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kc-form-options div {
|
||||||
|
margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kc-form-buttons input {
|
||||||
|
background-color: #1B998B;
|
||||||
|
}
|
3
src/keycloak-themes/gonito/login/theme.properties
Normal file
3
src/keycloak-themes/gonito/login/theme.properties
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
parent=keycloak
|
||||||
|
import=common/keycloak
|
||||||
|
styles=css/login-styles.css
|
@ -1 +0,0 @@
|
|||||||
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400;500&family=Roboto:wght@300;400;500&family=Ubuntu:wght@300;400;500&display=swap');
|
|
Loading…
Reference in New Issue
Block a user