king
2025-02-19 4038bd70d2b48e68c5b897a98198d18f9e6da79e
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;
  }
}