10 lines
157 B
SCSS
10 lines
157 B
SCSS
|
|
.barcode-container {
|
||
|
|
padding: 10px;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.text-barcode {
|
||
|
|
font-size: 0.75rem;
|
||
|
|
}
|