qr checkbox reihenfolge

This commit is contained in:
2023-01-06 01:35:04 +01:00
parent 44b4605324
commit 4de971490a
3 changed files with 216 additions and 48 deletions

View File

@ -62,3 +62,17 @@ img
{
order: 3;
}
.list-container
{
margin-top:40px;
}
.list-item
{
display:flex;
align-items: center;
padding:0px 20px;
margin-top:15px;
cursor:move;
}