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