From 8407041d26218e608c4d4eb1b187f546c6aa4708 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Fri, 2 Aug 2019 18:27:24 +0200 Subject: [PATCH] Login background --- theme/static/css/admin.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/static/css/admin.css b/theme/static/css/admin.css index 348e139..74fe094 100644 --- a/theme/static/css/admin.css +++ b/theme/static/css/admin.css @@ -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; +} \ No newline at end of file