Files
ThreadNet-Web/apps/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.

33 lines
699 B
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 {
margin: 25px 0;
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;
}