Login background
This commit is contained in:
parent
128b941603
commit
8407041d26
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue