SKE-41 add picture to login page

This commit is contained in:
Przemysław Stawujak 2018-12-02 00:32:26 +01:00
parent 422fe1a99d
commit 0248cf639d
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -37,3 +37,12 @@ topbar-languageswitch {
.swal-footer {
text-align: center;
}
@media (min-width: 850px) {
.login-page {
background-image: url('/assets/images/login_page.png');
background-repeat: no-repeat;
background-size: 25%;
background-position: 5% 50%;
}
}