refactor: camera ready

This commit is contained in:
Eneko Illarramendi
2020-03-10 23:12:22 +01:00
parent 49addb8d56
commit 75d97ddfc1
15 changed files with 126 additions and 96 deletions
+3
View File
@@ -31,3 +31,6 @@
.lnbits-drawer__q-list .q-item.q-item--active {
color: inherit;
font-weight: bold; }
video {
border-radius: 3px; }
Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

+6
View File
@@ -51,3 +51,9 @@ body.body--dark .q-field--error {
font-weight: bold;
}
}
// QR video
video {
border-radius: 3px;
}
@@ -0,0 +1 @@
.wrapper[data-v-1f90552a]{position:relative;z-index:0;width:100%;height:100%}.overlay[data-v-1f90552a],.tracking-layer[data-v-1f90552a]{position:absolute;width:100%;height:100%;top:0;left:0}.camera[data-v-1f90552a],.pause-frame[data-v-1f90552a]{display:block;object-fit:cover;width:100%;height:100%}
File diff suppressed because one or more lines are too long