Override styles for auth pages
This commit is contained in:
parent
1a04880489
commit
e16be5dc46
|
@ -528,5 +528,16 @@ return [
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => 'AuthCustomisations',
|
||||||
|
'active' => true,
|
||||||
|
'files' => [
|
||||||
|
[
|
||||||
|
'type' => 'css',
|
||||||
|
'asset' => false,
|
||||||
|
'location' => '/css/authpages.css'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
]
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 623 KiB |
Loading…
Reference in New Issue