From bc40af432123e259ee900b97adbfed8aa2541f9a Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 19 Nov 2023 15:12:50 +0100 Subject: [PATCH] Added user-select to the Create styles.sass --- client/src/pages/Create/styles.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/pages/Create/styles.sass b/client/src/pages/Create/styles.sass index 0fe1c3a..d1358e9 100644 --- a/client/src/pages/Create/styles.sass +++ b/client/src/pages/Create/styles.sass @@ -9,6 +9,7 @@ .info-area width: 40rem + user-select: none .info-area h2 font-size: 2.5rem font-weight: 800 @@ -16,6 +17,7 @@ .info-area span color: $primary + user-select: text .qr-area background-color: $text