Override styles for auth pages

This commit is contained in:
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'
]
]
]
],
];