king
2023-06-15 b28b2a89838cf0eb8c7c2d7ec605d79610309af9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.barcode-box {
  display: inline-block;
  overflow-y: hidden;
  height: 100%;
  svg {
    vertical-align: top;
  }
  .barcode-error {
    font-size: 12px;
    vertical-align: top;
  }
  .barcode-error + svg {
    display: none;
  }
}