2020-01-15 22:13:56 +01:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-01-15 22:13:56 +01:00
|
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
|
|
|
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.
|
2020-01-15 22:13:56 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
.mx_CompleteSecurity_header {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_CompleteSecurity_headerIcon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2020-01-27 23:27:11 +01:00
|
|
|
margin-right: 4px;
|
2020-01-15 22:13:56 +01:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_CompleteSecurity_heroIcon {
|
|
|
|
width: 128px;
|
|
|
|
height: 128px;
|
|
|
|
position: relative;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2021-09-08 19:55:31 +02:00
|
|
|
.mx_CompleteSecurity_skip {
|
2022-05-07 21:08:00 +02:00
|
|
|
@mixin customisedCancelButton;
|
2021-09-08 19:55:31 +02:00
|
|
|
position: absolute;
|
|
|
|
right: 24px;
|
|
|
|
}
|
|
|
|
|
2020-01-15 22:13:56 +01:00
|
|
|
.mx_CompleteSecurity_body {
|
2020-03-31 16:26:23 +02:00
|
|
|
font-size: $font-15px;
|
2020-01-15 22:13:56 +01:00
|
|
|
}
|
|
|
|
|
2020-03-16 18:47:56 +01:00
|
|
|
.mx_CompleteSecurity_waiting {
|
2021-10-16 19:54:00 +02:00
|
|
|
color: $tertiary-content;
|
2020-03-16 18:47:56 +01:00
|
|
|
}
|
|
|
|
|
2020-01-15 22:13:56 +01:00
|
|
|
.mx_CompleteSecurity_actionRow {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
2020-04-14 17:19:15 +02:00
|
|
|
margin-top: $font-28px;
|
2020-01-15 22:13:56 +01:00
|
|
|
|
|
|
|
.mx_AccessibleButton {
|
|
|
|
margin-inline-start: 18px;
|
|
|
|
|
|
|
|
&.warning {
|
2021-11-11 14:37:29 +01:00
|
|
|
color: $alert;
|
2020-01-15 22:13:56 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|