diff --git a/static/css/sftpgo.css b/static/css/sftpgo.css new file mode 100644 index 00000000..453f0822 --- /dev/null +++ b/static/css/sftpgo.css @@ -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; +} diff --git a/static/img/logo.png b/static/img/logo.png new file mode 100644 index 00000000..0c320ff7 Binary files /dev/null and b/static/img/logo.png differ diff --git a/templates/webadmin/baselogin.html b/templates/webadmin/baselogin.html index 5d8e684b..24a99315 100644 --- a/templates/webadmin/baselogin.html +++ b/templates/webadmin/baselogin.html @@ -16,6 +16,7 @@ +