Added wallpaper to the Authentication Page

This commit was merged in pull request #4.
This commit is contained in:
2023-10-19 04:44:38 -07:00
parent c92644222e
commit 5d4cbc7a1c
6 changed files with 36 additions and 26 deletions
@@ -0,0 +1,20 @@
.favicon {
position: relative;
top: 5px;
max-width: 250px;
max-height: 250px;
width: 100%;
height: 100%;
}
.authenticationBox {
width: 100%;
min-height: 100vh;
/* Image */
background-image: url("../../public//images/auth/cms_home.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}