king
2024-07-13 ff2ba12cdcc4ece62154e561d5877eb63f81eba6
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;
  }
}