style: keycloak theme
This commit is contained in:
parent
2d3b0871f9
commit
54c0e4c6ed
41 changed files with 2297 additions and 0 deletions
44
keycloak_themes/edm2/login/resources/css/styles.css
Normal file
44
keycloak_themes/edm2/login/resources/css/styles.css
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
.login-pf body {
|
||||
background: #39a5dc;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
}
|
||||
.login-pf body {
|
||||
background: url("../img/xxx.png") no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
background-color: rgba(245, 245, 245, 0.896);
|
||||
height: 100%;
|
||||
}
|
||||
div.kc-logo-text {
|
||||
background-image: url("../img/logo-bangkok4.png");
|
||||
background-repeat: no-repeat;
|
||||
height: 192px;
|
||||
max-width: 192px;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.pf-c-button.pf-m-primary {
|
||||
border-radius: 5px;
|
||||
border-color: 2px black;
|
||||
background-color: rgb(147, 146, 146);
|
||||
}
|
||||
|
||||
.pf-c-form-control {
|
||||
background-color: whitesmoke;
|
||||
border-color: rgb(188, 176, 176);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.pf-c-form__label-text {
|
||||
color: rgb(122, 122, 122);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
h1#kc-page-title {
|
||||
margin-top: 10px;
|
||||
color: rgb(163, 163, 163);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue