This commit is contained in:
2023-01-10 23:22:33 +01:00
parent bb1f560d62
commit 6e22ae593a
3 changed files with 58 additions and 40 deletions

View File

@ -57,7 +57,6 @@ img
flex-direction: row-reverse;
}
.spinBtn
{
display: flex;
@ -71,6 +70,7 @@ img
border-style: solid;
border-width: 1px;
}
.blockRepeat
{
display: flex;
@ -93,7 +93,7 @@ img
.list-container
{
margin-top:40px;
margin-top: 10px;
}
.list-item
@ -110,6 +110,17 @@ img
margin-bottom: 20px;
}
input
{
width: 50px;
}
label
{
margin-right: 10px;
margin-left: 15px;
}
@media print
{
.qrSettings