Factor out post-login splash screen to a new component (#12103)
* Factor out post-login splash screen to a new component * Move CSS classes to per-component file * Rename CSS classes ... to reflect the component that uses them * code review
This commit is contained in:
parent
baaf8ad68b
commit
fd64eccd4a
7 changed files with 220 additions and 37 deletions
|
@ -92,6 +92,7 @@
|
|||
@import "./structures/auth/_CompleteSecurity.pcss";
|
||||
@import "./structures/auth/_ConfirmSessionLockTheftView.pcss";
|
||||
@import "./structures/auth/_Login.pcss";
|
||||
@import "./structures/auth/_LoginSplashView.pcss";
|
||||
@import "./structures/auth/_Registration.pcss";
|
||||
@import "./structures/auth/_SessionLockStolenView.pcss";
|
||||
@import "./structures/auth/_SetupEncryptionBody.pcss";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue