keycloakify-custom/src/keycloak-theme/KcApp.css

16 lines
206 B
CSS
Raw Normal View History

2022-09-06 17:22:23 +00:00
.my-color {
color: red;
}
.my-font {
font-family: 'Work Sans';
2023-02-26 13:07:11 +00:00
}
.my-root-class {
background: white;
}
.my-root-class body {
background: url(./assets/background.svg) no-repeat center center fixed;
2022-09-06 17:22:23 +00:00
}