Added wallpaper to the Authentication Page
This commit was merged in pull request #4.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user