Change QR code style on linking screen

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2025-01-17 15:58:28 -06:00
committed by GitHub
parent f69b710371
commit 9de3228666
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 {