Login background

This commit is contained in:
Alexandre Iooss 2019-08-02 18:27:24 +02:00
parent 128b941603
commit 8407041d26
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 6 additions and 0 deletions

View File

@ -138,6 +138,7 @@ input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=bu
#branding img {
vertical-align: middle;
}
#site-name {
padding-left: 10px;
}
@ -146,3 +147,8 @@ input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=bu
.dashboard #content {
width: auto;
}
/* Login page background */
body.login {
background: linear-gradient(-225deg, #FFE29F 0%, #ffb7b7 48%, #ff8477 100%) fixed !important;
}