Change QR code style on linking screen

This commit is contained in:
Fedor Indutny
2025-01-17 13:04:30 -08:00
committed by GitHub
parent d2c25fab9b
commit 52adbf2ba5
5 changed files with 238 additions and 133 deletions

View File

@@ -112,6 +112,11 @@
width: $size;
animation: 1s module-InstallScreenQrCodeNotScannedStep__slide-in;
position: relative;
transition: opacity 125ms;
}
&__code--copying {
opacity: 0.5;
}
&__error-message {