Show QR code of a ticket directly from order details

This commit is contained in:
Raphael Michel
2019-02-21 15:23:29 +01:00
parent 407ecdf6c5
commit ca4c21a843
3 changed files with 44 additions and 0 deletions

View File

@@ -608,3 +608,13 @@ details summary {
h1 .label {
display: inline-block;
}
.qr-code-overlay {
display: none;
position: absolute;
padding: 30px;
background: white;
text-align: center;
border-radius: $border-radius-small;
box-shadow: 0 7px 14px 0 rgba(78, 50, 92, 0.1),0 3px 6px 0 rgba(0,0,0,.07);
}