mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 14:50:55 +03:00
add sftpgo logo on login pages (#835)
Signed-off-by: Paul Laffitte <paul.laffitte@enix.fr>
This commit is contained in:
10
static/css/sftpgo.css
Normal file
10
static/css/sftpgo.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user