Merge branch 'develop' into t3chguy/wat/230.1
This commit is contained in:
commit
7feb5a0b49
31 changed files with 523 additions and 155 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