btcpayserver/BTCPayServer/wwwroot/main/qrcode.css
Dennis Reimann ead1dffd98 QR container display fixes
Consistently centers the container contents.
2022-03-04 10:49:36 +00:00

23 lines
327 B
CSS

.qr-icon {
height: 64px;
width: 64px;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
.qr-container {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
}
.qr-container svg {
width: 256px;
height: 256px;
}