mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
* Introduce QR Code View component * more cleanup * fix js clipboard * Fix clipboard confirmation width calculation * fix tests Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
20 lines
271 B
CSS
20 lines
271 B
CSS
.qr-icon {
|
|
height: 64px;
|
|
width: 64px;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
}
|
|
|
|
.qr-container {
|
|
position: relative;
|
|
text-align: center;
|
|
}
|
|
|
|
.qr-container svg {
|
|
width: 256px;
|
|
height: 256px;
|
|
}
|