2018-12-13 23:55:48 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2018-2024 New Vector Ltd.
|
2018-12-13 23:55:48 +08:00
|
|
|
|
2024-09-09 21:57:16 +08: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-12-13 23:55:48 +08:00
|
|
|
*/
|
|
|
|
|
2019-01-11 05:13:44 +08:00
|
|
|
.mx_KeyBackupFailedDialog .mx_Dialog_title {
|
2018-12-13 23:55:48 +08:00
|
|
|
margin-bottom: 32px;
|
|
|
|
}
|
|
|
|
|
2019-01-11 05:13:44 +08:00
|
|
|
.mx_KeyBackupFailedDialog_title {
|
2018-12-13 23:55:48 +08:00
|
|
|
position: relative;
|
|
|
|
padding-left: 45px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
2019-07-10 01:15:10 +08:00
|
|
|
&::before {
|
2019-02-27 04:31:28 +08:00
|
|
|
mask: url("$(res)/img/e2e/lock-warning-filled.svg");
|
2018-12-13 23:55:48 +08:00
|
|
|
mask-repeat: no-repeat;
|
2021-08-12 17:27:12 +08:00
|
|
|
background-color: $primary-content;
|
2018-12-13 23:55:48 +08:00
|
|
|
content: "";
|
|
|
|
position: absolute;
|
|
|
|
top: -6px;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-11 05:13:44 +08:00
|
|
|
.mx_KeyBackupFailedDialog .mx_Dialog_buttons {
|
2018-12-13 23:55:48 +08:00
|
|
|
margin-top: 36px;
|
|
|
|
}
|