keycloak-scim/examples/themes/login/logo-example/resources/css/login.css
2014-09-09 14:09:32 +02:00

9 lines
184 B
CSS
Executable file

#kc-logo-wrapper {
background-image: url("../img/red-hat-logo.png");
background-repeat: no-repeat;
background-position: top right;
height: 65px;
margin: 100px;
}