keycloak-scim/examples/themes/admin/logo-example/resources/css/overrides.css

9 lines
195 B
CSS
Raw Normal View History

2014-09-02 15:11:26 +00:00
.navbar-title {
background-image: url('../img/red-hat-logo.png');
height: 65px;
background-repeat: no-repeat;
width: 203px;
margin: 3px 10px 5px;
text-indent: -99999px;
}