From 8a2e39a935e6db2feb315be7eb4abdbb813711ce Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 14 Feb 2021 10:21:10 +0100 Subject: [PATCH] Added subtle shadow in QR code image, so that it's easier to notice the margin --- src/short-urls/helpers/QrCodeModal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/short-urls/helpers/QrCodeModal.scss b/src/short-urls/helpers/QrCodeModal.scss index 40602269..40b9ca40 100644 --- a/src/short-urls/helpers/QrCodeModal.scss +++ b/src/short-urls/helpers/QrCodeModal.scss @@ -1,3 +1,4 @@ .qr-code-modal__img { max-width: 100%; + box-shadow: 0 0 .25rem rgb(0 0 0 / .2); }