OCR Scan Design (fast) fertig und funktioniert
This commit is contained in:
@ -23,15 +23,24 @@
|
||||
.r1 {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
margin-top: 100%;
|
||||
transform: translateY(100%);
|
||||
}
|
||||
|
||||
.r2 {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
background-color: forestgreen;
|
||||
display: none;
|
||||
margin-top: 50%;
|
||||
transform: translateY(100%);
|
||||
background-color: #242424;
|
||||
}
|
||||
|
||||
.row {
|
||||
margin-bottom: 0px !important;
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-bottom: 0px !important;
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
|
||||
html, body {
|
||||
@ -39,7 +48,7 @@ html, body {
|
||||
margin: 0;
|
||||
max-height: 100%;
|
||||
overflow: hidden;
|
||||
background-color: #161616;
|
||||
background-color: #242424;
|
||||
}
|
||||
|
||||
.ico {
|
||||
@ -51,5 +60,15 @@ html, body {
|
||||
|
||||
.collection .collection-item.active {
|
||||
/* background-color: #00c853; */
|
||||
|
||||
background-color: rgb(0, 195, 255);
|
||||
color: rgb(24, 24, 24);
|
||||
}
|
||||
|
||||
.collection-item {
|
||||
/* background-color: #00c853; */
|
||||
color: rgb(24, 24, 24) !important;
|
||||
}
|
||||
|
||||
.btn-choose {
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user