Qr werte sichern
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user