mirror of https://github.com/vector-im/riot-web
(cherry picked from commit b651b1c0c5
)
Co-authored-by: Janne Mareike Koschinski <janne@kuschku.de>
pull/28788/head^2
parent
35b75d77a1
commit
9d0c3faa40
|
@ -29,6 +29,9 @@
|
||||||
gap: $spacing-16;
|
gap: $spacing-16;
|
||||||
|
|
||||||
.mx_QRCode {
|
.mx_QRCode {
|
||||||
|
/* intentionally hardcoded color to ensure the QR code is readable in any situation */
|
||||||
|
background: #ffffff;
|
||||||
|
|
||||||
padding: $spacing-24;
|
padding: $spacing-24;
|
||||||
border: 1px solid $quinary-content;
|
border: 1px solid $quinary-content;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in New Issue