Files
element-web/res/css/views/dialogs/security/_KeyBackupFailedDialog.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
735 B
Plaintext
Raw Normal View History

2018-12-13 15:55:48 +00:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2018-2024 New Vector Ltd.
2018-12-13 15:55:48 +00:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
2024-09-09 14:57:16 +01:00
Please see LICENSE files in the repository root for full details.
2018-12-13 15:55:48 +00:00
*/
.mx_KeyBackupFailedDialog .mx_Dialog_title {
2018-12-13 15:55:48 +00:00
margin-bottom: 32px;
}
.mx_KeyBackupFailedDialog_title {
2018-12-13 15:55:48 +00:00
position: relative;
padding-left: 45px;
padding-bottom: 10px;
2019-07-09 18:15:10 +01:00
&::before {
2019-02-26 20:31:28 +00:00
mask: url("$(res)/img/e2e/lock-warning-filled.svg");
2018-12-13 15:55:48 +00:00
mask-repeat: no-repeat;
2021-08-12 11:27:12 +02:00
background-color: $primary-content;
2018-12-13 15:55:48 +00:00
content: "";
position: absolute;
top: -6px;
right: 0;
bottom: 0;
left: 0;
}
}
.mx_KeyBackupFailedDialog .mx_Dialog_buttons {
2018-12-13 15:55:48 +00:00
margin-top: 36px;
}