king
2024-08-25 326aa6b3effaccc71cfe0775d47b0f29eb3695a6
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;
  }
}