This commit is contained in:
2022-12-26 23:56:36 +01:00
parent c894022b31
commit 0187c464db
15 changed files with 204 additions and 6 deletions

49
src/components/Qr.css Normal file
View File

@ -0,0 +1,49 @@
img
{
width: 2.4cm;
background: #ffffff;
}
.qrCode
{
align-items: center;
display: flex;
flex-direction: column;
height: 3.7cm;
justify-content: space-evenly;
background: #fff;
width: 2.4cm;
}
.qrCodeBackFront
{
display: flex;
flex-direction: row;
}
.vertFont
{
writing-mode: vertical-lr;
}
.qrCodeVert
{
align-items: center;
display: flex;
flex-direction: row-reverse;
height: 3.7cm;
justify-content: space-evenly;
background: #fff;
width: 2.4cm;
}
.frame
{
border-style: solid;
border-width: 1px;
}
.blockRepeat
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}