Small refactor
This commit is contained in:
parent
7b231748a2
commit
34868a4153
15 changed files with 12 additions and 7 deletions
16
src/keycloak-theme/KcApp.css
Normal file
16
src/keycloak-theme/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