summaryrefslogtreecommitdiffstats
path: root/src/main/resources/styles/login.css
blob: ab3b04dc016b735bf25cb17c7fee2b0542e4c8f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.login-ui .login-dialog .logo {
    width: 215px;
    height: 50px;
    background-image: url('app/ext/de.bwlehrpool/images/Logo_bwLehrpool.svg');
    background-size: cover;
    background-position: center;
}

.login-ui .login-dialog .app-name {
    display: none;
}