Files
element-web/res/css/structures/auth/_CompleteSecurity.pcss
T

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

55 lines
1022 B
Plaintext
Raw Normal View History

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