Qr werte sichern

This commit is contained in:
2023-01-08 02:23:14 +01:00
parent 673c5f1b10
commit b0c90945af
8 changed files with 327 additions and 118 deletions

View File

@ -4,16 +4,6 @@ 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
{
@ -34,17 +24,31 @@ img
writing-mode: vertical-rl;
}
.qrCodeVert
.column
{
align-items: center;
display: flex;
flex-direction: row-reverse;
flex-direction: column;
justify-content: space-evenly;
}
.qrCode
{
align-items: center;
display: flex;
flex-direction: column;
height: 3.7cm;
justify-content: space-evenly;
background: #fff;
width: 2.4cm;
}
.vert
{
flex-direction: row-reverse;
}
.spinBtn
{
display: flex;
@ -91,3 +95,20 @@ img
margin-top:15px;
cursor:move;
}
.printButton, .saveButton
{
margin-bottom: 20px;
}
@media print
{
.qrSettings
{
display: none;
}
button, a
{
display: none;
}
}