Override styles for auth pages

This commit is contained in:
Miguel Nogueira 2020-07-16 07:11:33 +01:00
parent 1a04880489
commit e16be5dc46
3 changed files with 18 additions and 1 deletions

View File

@ -527,6 +527,17 @@ return [
'location' => 'https://cdn.jsdelivr.net/npm/fullcalendar@5.0.1/main.min.css'
]
]
],
],
[
'name' => 'AuthCustomisations',
'active' => true,
'files' => [
[
'type' => 'css',
'asset' => false,
'location' => '/css/authpages.css'
]
]
]
],
];

6
public/css/authpages.css vendored Normal file
View File

@ -0,0 +1,6 @@
/* overrides customizations for the AdminLTE auth pages */
.login-page, .register-page {
background-image: url('/img/authbg.jpg') !important;
background-size: cover !important;
}

BIN
public/img/authbg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 KiB