add execute button to QR editor

This commit is contained in:
LenAnderson
2023-12-24 15:07:12 +00:00
parent de8dc7310f
commit 881a8e570f
4 changed files with 64 additions and 0 deletions

View File

@@ -281,6 +281,20 @@
}
}
}
#qr--modal-execute {
display: flex;
flex-direction: row;
gap: 0.5em;
&.qr--busy {
opacity: 0.5;
cursor: wait;
}
}
}
}
}
#shadow_popup.qr--hide {
opacity: 0 !important;
}