ocr design update

This commit is contained in:
LukasNowy
2019-01-28 19:53:40 +01:00
parent c8fe9b045a
commit 2179eecb3d
10 changed files with 1849 additions and 165 deletions

View File

@ -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; */
}