accounts-frontend/packages/app/components/profile/multiFactorAuth/keyForm/key-form.scss

40 lines
521 B
SCSS

$maxQrCodeSize: 242px;
.qrCode {
text-align: center;
width: $maxQrCodeSize;
margin: 0 auto;
img {
width: $maxQrCodeSize;
height: $maxQrCodeSize;
}
}
.manualDescription {
position: relative;
}
.or {
position: absolute;
left: 0;
width: 100%;
margin-top: -18px;
text-align: center;
font-size: 10px;
text-transform: capitalize;
}
.key {
text-align: center;
text-transform: uppercase;
font-size: 16px;
}
@media screen and (max-width: 359px) {
.key {
font-size: 13px;
}
}