1
0

Added user-select to the Create styles.sass

This commit is contained in:
Mathias Wagner 2023-11-19 15:12:50 +01:00
parent 909c443d8e
commit bc40af4321
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -9,6 +9,7 @@
.info-area .info-area
width: 40rem width: 40rem
user-select: none
.info-area h2 .info-area h2
font-size: 2.5rem font-size: 2.5rem
font-weight: 800 font-weight: 800
@ -16,6 +17,7 @@
.info-area span .info-area span
color: $primary color: $primary
user-select: text
.qr-area .qr-area
background-color: $text background-color: $text