feat(barcode reader): add close btn
This commit is contained in:
@@ -13,7 +13,22 @@
|
||||
width: var(--video-width);
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
|
||||
.close-btn {
|
||||
background: none;
|
||||
border-radius: 50%;
|
||||
border-style: none;
|
||||
color: white;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
margin-right: 12px;
|
||||
margin-top: 12px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px) {
|
||||
#container {
|
||||
min-width: 400px;
|
||||
|
||||
Reference in New Issue
Block a user