diff --git a/stylesheets/components/InstallScreenQrCodeNotScannedStep.scss b/stylesheets/components/InstallScreenQrCodeNotScannedStep.scss index 52d572012e..204714b9b8 100644 --- a/stylesheets/components/InstallScreenQrCodeNotScannedStep.scss +++ b/stylesheets/components/InstallScreenQrCodeNotScannedStep.scss @@ -24,18 +24,15 @@ } &__qr-code { - // This should match the size defined in the JavaScript. $size: 256px; align-items: center; border: 2px solid transparent; - border-radius: 4px; box-sizing: content-box; display: flex; - padding: 8px; flex-direction: column; justify-content: center; - margin-right: 38px; + margin: 8px 38px 8px 8px; min-height: $size; min-width: $size; width: $size; @@ -46,6 +43,7 @@ &--load-failed { @include font-subtitle; + border-radius: 4px; @include light-theme { color: $color-gray-60;