forked from EmelyanenkoK/checkproof.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
66 lines (59 loc) · 1.01 KB
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.inactiveLink {
pointer-events: none;
cursor: default;
color: #ddf;
}
.customDropzones {
height:250px;
width:250px;
border: 2px dashed;
border-color: #6b3f5f;
border-radius: 20px;
font-weight: bold;
font-size: 14px;
margin-top: 5px;
line-height: 25px;
display: table-cell;
vertical-align: middle;
}
.dz-div {
padding: 35px;
display: inline-table;
width:400px;
}
.receipt-dz {
height:180px;
}
#jsonstamp {
width: 250px;
}
.derictive {
}
.verify-div {
display: block;
}
#dropzonePreview {
max-width: 250px;
max-height: 140px;
}
.preview img {
max-width: 250px;
max-height: 140px;
}
.dropzone.dz-started .dz-message span.drop-message{
display:block;
opacity: 1; /* Don't let it disappear */
}
.dropzone.dz-max-files-reached .dz-message span.drop-message{
display:none;
opacity: 0; /* Make it disappear */
}
#console {
margin-top:50px;
width: 100%;
background-color: #aaa;
color: #333;
font-family: monospace;
min-height: 500px;
text-align:left;
}