2024-09-02 08:25:10 +02:00
|
|
|
/*
|
2024-09-06 10:22:13 +02:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2024-09-02 08:25:10 +02:00
|
|
|
|
2025-02-18 17:59:58 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
2024-09-06 10:22:13 +02:00
|
|
|
Please see LICENSE in the repository root for full details.
|
2024-09-02 08:25:10 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
.qrCode img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
image-rendering: pixelated;
|
2024-09-02 17:52:01 +02:00
|
|
|
border-radius: var(--cpd-space-4x);
|
2024-09-02 08:25:10 +02:00
|
|
|
}
|