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