2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-11 07:24:15 +00:00

Custom splash screen (#3499)

* Adds support for custom splash screen

* Add option to config template file
This commit is contained in:
Oliver
2022-08-09 09:42:53 +10:00
committed by GitHub
parent af0c6b957d
commit b0ad326daa
7 changed files with 41 additions and 11 deletions

View File

@ -19,8 +19,8 @@ main {
}
.login-screen {
background: url(/static/img/paper_splash.jpg) no-repeat center fixed;
background-size: cover;
background-position: center;
height: 100vh;
font-family: 'Numans', sans-serif;
color: #eee;