2023-01-03 16:58:38 +00:00
|
|
|
/*
|
2024-09-06 10:22:13 +02:00
|
|
|
Copyright 2022-2024 New Vector Ltd.
|
2023-01-03 16:58:38 +00:00
|
|
|
|
2024-09-06 10:22:13 +02:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
Please see LICENSE in the repository root for full details.
|
2023-01-03 16:58:38 +00:00
|
|
|
*/
|
|
|
|
|
|
2023-09-27 17:34:41 -04:00
|
|
|
.url {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: var(--cpd-color-text-secondary);
|
|
|
|
|
margin-block-end: var(--cpd-space-8x);
|
2023-11-29 11:27:44 -05:00
|
|
|
overflow-wrap: break-word;
|
2023-09-27 17:34:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button {
|
2021-12-14 15:44:00 -08:00
|
|
|
width: 100%;
|
|
|
|
|
}
|
2024-09-02 08:25:10 +02:00
|
|
|
|
|
|
|
|
.qrCode {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qrCode img {
|
|
|
|
|
margin-block-end: var(--cpd-space-8x);
|
|
|
|
|
}
|