You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
393 B
25 lines
393 B
#scanner-container {
|
|
width: 100%;
|
|
max-width: 640px;
|
|
margin: auto;
|
|
text-align: center;
|
|
}
|
|
#video-preview {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
#result {
|
|
margin-top: 20px;
|
|
}
|
|
.product-info {
|
|
margin-top: 20px;
|
|
text-align: left;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
.product-info ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
.product-info li {
|
|
margin-bottom: 8px;
|
|
} |