summaryrefslogtreecommitdiff
path: root/src/common/components/Scanner/scanner.module.css
blob: 35281722591f58809a03c5ee36a61f4dedefe791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.wrapper {
  @apply relative w-auto h-auto rounded-lg border border-default-300;
}

.video {
  @apply rounded-lg;
}

.videoFrame {
  @apply absolute 
    border-dashed border-2 border-default-50 
    w-3/5 h-1/5 
    top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 
    pointer-events-none 
    rounded-md;
}