mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
ead1dffd98
Consistently centers the container contents.
23 lines
327 B
CSS
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;
|
|
}
|