Add mobile registration and dispatch event for mobile postmessage dance
This commit is contained in:
parent
eae9d9e248
commit
a6dec86374
5 changed files with 79 additions and 19 deletions
|
@ -94,6 +94,7 @@
|
|||
@import "./structures/auth/_ConfirmSessionLockTheftView.pcss";
|
||||
@import "./structures/auth/_Login.pcss";
|
||||
@import "./structures/auth/_LoginSplashView.pcss";
|
||||
@import "./structures/auth/_MobileRegistration.pcss";
|
||||
@import "./structures/auth/_Registration.pcss";
|
||||
@import "./structures/auth/_SessionLockStolenView.pcss";
|
||||
@import "./structures/auth/_SetupEncryptionBody.pcss";
|
||||
|
|
10
res/css/structures/auth/_MobileRegistration.pcss
Normal file
10
res/css/structures/auth/_MobileRegistration.pcss
Normal file
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
Copyright 2024 New Vector Ltd.
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
||||
Please see LICENSE files in the repository root for full details.
|
||||
*/
|
||||
|
||||
.mx_MobileRegister_body {
|
||||
padding: 32px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue