Files

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

25 lines
528 B
Plaintext
Raw Permalink 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
padding-bottom: 10px;
svg {
margin-right: var(--cpd-space-2x);
vertical-align: -2px;
color: $primary-content;
2018-12-13 15:55:48 +00:00
}
}
.mx_KeyBackupFailedDialog .mx_Dialog_buttons {
2018-12-13 15:55:48 +00:00
margin-top: 36px;
}