king
2023-06-16 ef90e44a284ba2058ec4a865ad2b78b61d8aea62
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;
  }
}