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

[BUG] Auth screens broken

Fixes #2213
This commit is contained in:
2021-10-30 14:05:40 +00:00
parent 3423cb9d7c
commit 14680531f0
2 changed files with 9 additions and 11 deletions

View File

@ -15,25 +15,23 @@
}
.login-screen {
background-image: url("/static/img/paper_splash.jpg");
background: url(/static/img/paper_splash.jpg) no-repeat center fixed;
background-size: cover;
background-repeat: no-repeat;
height: 100%;
height: 100vh;
font-family: 'Numans', sans-serif;
color: #eee;
}
.login-container {
left: 50%;
position: fixed;
top: 50%;
transform: translate(-50%, -50%);
width: 30%;
align-content: center;
align-self: center;
border-radius: 15px;
padding: 20px;
padding-bottom: 35px;
background-color: rgba(50, 50, 50, 0.75);
width: 100%;
max-width: 330px;
margin: auto;
}
.login-header {