grocy/scss/_barcodes.scss
2021-06-26 00:14:16 +02:00

26 lines
433 B
SCSS

/* Barcodescanner Quagga */
#barcodescanner-container {
max-height: 90vw;
}
#livestream-container {
max-height: 100%;
}
#barcodescanner-livestream video {
width: 100%;
}
#barcodescanner-livestream canvas {
width: 100%;
}
.barcodescanner-start-button {
position: absolute;
right: 0;
margin-top: 4px;
margin-right: 5px;
cursor: pointer;
}
.combobox-container .barcodescanner-start-button {
margin-right: 36px !important;
}