mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Background on login page
This commit is contained in:
@ -135,6 +135,11 @@ input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=bu
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
/* Background on login page */
|
||||
body.login {
|
||||
background: #f8f8f8 url("../images/login_bg.svg") no-repeat center top !important;
|
||||
}
|
||||
|
||||
/* Dashboard should take all page */
|
||||
.dashboard #content {
|
||||
width: auto;
|
||||
|
Reference in New Issue
Block a user