Files
element-call/src/QrCode.module.css
T

13 lines
274 B
CSS
Raw Normal View History

2024-09-02 08:25:10 +02:00
/*
Copyright 2024 New Vector Ltd.
2024-09-02 08:25:10 +02:00
SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
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
}