ocr design update
This commit is contained in:
@ -1,36 +1,35 @@
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
background-color: #90caf9;
|
||||
}
|
||||
|
||||
#video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#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);
|
||||
background-color: #ff5722 ;
|
||||
height: 100%;
|
||||
border-radius: 30px;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.opt2 {
|
||||
background-color: rgb(44, 44, 44);
|
||||
background-color: #03a9f4;
|
||||
height: 100%;
|
||||
border-radius: 30px;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.blah {
|
||||
|
||||
.row {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
max-height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ico {
|
||||
color: white;
|
||||
font-size: 50vmin;
|
||||
-ms-transform: translateY(50%);
|
||||
transform: translateY(50%);
|
||||
}
|
||||
|
||||
.collection .collection-item.active {
|
||||
/* background-color: #00c853; */
|
||||
|
||||
}
|
Reference in New Issue
Block a user