mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-21 11:24:40 +01:00
add basic admin panel
This commit is contained in:
23
nksrv/www/admin/assets/login.css
Normal file
23
nksrv/www/admin/assets/login.css
Normal file
@@ -0,0 +1,23 @@
|
||||
@ -0,0 +1,23 @@ html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: url('/admin/assets/login.jpg') no-repeat center center fixed;
|
||||
background-size: cover;
|
||||
/* Center child horizontally*/
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.LoginBox {
|
||||
background-color: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px 20px 20px 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user