Files
ThreadNet-Web/res/css/views/verification/_VerificationShowSas.pcss
T

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

64 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-02-07 17:53:41 +00:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
2020-01-31 15:28:58 +00:00
Copyright 2020 The Matrix.org Foundation C.I.C.
2024-09-09 14:57:16 +01:00
Copyright 2019 New Vector Ltd.
2019-02-07 17:53:41 +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.
2019-02-07 17:53:41 +00:00
*/
2019-02-08 14:57:36 +00:00
.mx_VerificationShowSas_decimalSas {
2019-02-07 17:53:41 +00:00
text-align: center;
font-weight: bold;
padding-left: 3px;
padding-right: 3px;
}
2019-02-08 14:57:36 +00:00
.mx_VerificationShowSas_decimalSas span {
margin-left: 5px;
margin-right: 5px;
}
.mx_VerificationShowSas_emojiSas {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 25px 0;
2019-02-08 14:57:36 +00:00
}
.mx_VerificationShowSas_emojiSas_block {
display: inline-block;
2020-01-31 15:28:58 +00:00
margin-bottom: 16px;
position: relative;
2020-01-31 15:28:58 +00:00
width: 52px;
2019-02-08 14:57:36 +00:00
}
2020-02-01 13:48:52 +01:00
.mx_Dialog .mx_VerificationShowSas_emojiSas_block,
.mx_AuthPage_modal .mx_VerificationShowSas_emojiSas_block {
width: 60px;
2019-02-08 14:57:36 +00:00
}
2020-02-01 13:48:52 +01:00
.mx_VerificationShowSas_emojiSas_emoji {
2020-03-31 15:26:23 +01:00
font-size: $font-32px;
2023-11-23 13:04:05 +00:00
/* Use the Twemoji font for consistency with other clients */
font-family: Twemoji, var(--cpd-font-family-sans);
}
2019-02-08 14:57:36 +00:00
.mx_VerificationShowSas_emojiSas_label {
2020-03-31 15:26:23 +01:00
font-size: $font-12px;
word-break: break-word;
}
.mx_VerificationShowSas_emojiSas_break {
flex-basis: 100%;
2019-02-08 14:57:36 +00:00
}
.mx_VerificationShowSas_buttonRow {
text-align: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
2021-11-15 10:09:19 +01:00
gap: 9px;
}