Working with v7 (without account theme)
This commit is contained in:
parent
93780a9702
commit
df76640100
70 changed files with 637 additions and 1583 deletions
16
src/keycloak-theme/login/KcApp.css
Normal file
16
src/keycloak-theme/login/KcApp.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
.my-color {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.my-font {
|
||||
font-family: 'Work Sans';
|
||||
}
|
||||
|
||||
.my-root-class {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.my-root-class body {
|
||||
background: url(./assets/background.svg) no-repeat center center fixed;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue