-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
100 lines (78 loc) · 1.17 KB
/
styles.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
body {
padding: 10px;
}
h1 {
margin-bottom: 25px;
font-size: 2.2rem;
display: inline-block;
}
.h1-wrapper {
text-align: center;
}
hr {
margin-top: 100px;
}
.transmitted-vec {
display: none;
}
.readonly-transmitted-vec {
overflow: hidden;
white-space: nowrap;
}
.container-err-prob {
margin: 20px auto 10px;
}
.vec-btn-group {
text-align: center;
padding-top: 30px;
}
.vec-btn-group > * {
width: 80%;
}
.container-vec-code .form-check {
margin-top: 10px;
}
.container-vec-code .row {
margin-top: 20px;
}
#textInputArea {
resize: vertical;
max-height: 200px;
min-height: 80px;
}
.container-text .row {
margin-top: 20px;
}
.text-btn-group {
text-align: center;
}
.text-btn-group > * {
width: 70%;
}
#uploadedImg {
margin-top: 20px;
}
.img-with-placeholder {
margin: auto;
width: auto;
border: dotted gray 2px;
height: 300px;
}
.img-cont {
text-align: center;
}
.img-cont .custom-file {
text-align: left;
}
.img-btn-group {
text-align: center;
}
.img-btn-group > * {
width: 70%;
}
.container-img .row {
margin-top: 20px;
}
.red-color {
color: #dc3545;
}