keycloak-scim/examples/themes/login/logo-example/resources/css/login.css

10 lines
184 B
CSS
Raw Normal View History

2014-09-02 15:11:26 +00:00
#kc-logo-wrapper {
background-image: url("../img/red-hat-logo.png");
background-repeat: no-repeat;
background-position: top right;
height: 65px;
margin: 100px;
}