done purchases remove, ocr scan, read image
This commit is contained in:
@ -1,12 +1,8 @@
|
||||
body {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.cont1 {
|
||||
background-color: #424242;
|
||||
margin-top: 1em;
|
||||
padding-top: 10px;
|
||||
}
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
background-color: #90caf9;
|
||||
}
|
||||
|
||||
#video {
|
||||
width: 100%;
|
||||
@ -14,4 +10,27 @@ body {
|
||||
|
||||
#canvas {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.cont {
|
||||
margin-top: 3%;
|
||||
height: 100%;
|
||||
border-radius: 30px;
|
||||
background-color: rgb(44, 44, 44);
|
||||
}
|
||||
|
||||
.opt1 {
|
||||
background-color: rgb(44, 44, 44);
|
||||
height: 100%;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.opt2 {
|
||||
background-color: rgb(44, 44, 44);
|
||||
height: 100%;
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.blah {
|
||||
|
||||
}
|
Reference in New Issue
Block a user