-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
53 lines (44 loc) · 847 Bytes
/
style.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
body {
font-family: monospace;
}
.section-group {
border: 1px solid #d9d9d9;
border-radius: 5px;
padding: 20px;
}
label[for=download_file_type] {
color: #3237d7;
font-size: 2rem;
line-height: 2rem;
text-align: left !important;
}
label.csv-file-name {
font-size: 1.3rem;
text-align: left !important;
}
label.folder-name {
color: #9395cf;
font-size: 2rem;
line-height: 2rem;
text-align: center !important;
}
label.group-name {
color: #93aec5;
font-size: 2rem;
line-height: 2rem;
text-align: center !important;
}
label.excel-file-name {
color: #93aec5;
text-align: center !important;
}
label.text-center {
font-size: 1.3rem;
text-align: center !important;
}
.select-group {
background-color:#e5e2e2;
}
input, select {
color:#000000 !important;
}