add sftpgo logo on login pages (#835)

Signed-off-by: Paul Laffitte <paul.laffitte@enix.fr>
This commit is contained in:
Paul Laffitte
2022-05-13 17:12:52 +02:00
committed by GitHub
parent 4995cf1b02
commit 4bea9ed760
4 changed files with 30 additions and 6 deletions

10
static/css/sftpgo.css Normal file
View File

@@ -0,0 +1,10 @@
.bg-login-image {
background-image: url(/static/img/logo.png);
background-size: contain;
background-repeat: no-repeat;
padding: 1em;
}
.row.login-image {
height: 200px;
}