4bea9ed760
Signed-off-by: Paul Laffitte <paul.laffitte@enix.fr>
10 lines
192 B
CSS
10 lines
192 B
CSS
.bg-login-image {
|
|
background-image: url(/static/img/logo.png);
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
padding: 1em;
|
|
}
|
|
|
|
.row.login-image {
|
|
height: 200px;
|
|
}
|