You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
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:
committed by
GitHub
parent
baaf8ad68b
commit
fd64eccd4a
@ -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";
|
||||
|
Reference in New Issue
Block a user