2018-05-24 12:50:45 +02:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2018-2024 New Vector Ltd.
|
2018-05-24 12:50:45 +02:00
|
|
|
|
2024-09-09 15:57:16 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2018-05-24 12:50:45 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_DeactivateAccountDialog .mx_Dialog_content {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2019-06-16 11:42:46 +02:00
|
|
|
.mx_DeactivateAccountDialog .mx_DeactivateAccountDialog_input_section .mx_Field {
|
2019-06-06 10:16:28 +02:00
|
|
|
width: 300px;
|
|
|
|
}
|