-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.css
More file actions
111 lines (93 loc) · 1.46 KB
/
config.css
File metadata and controls
111 lines (93 loc) · 1.46 KB
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
101
102
103
104
105
106
107
108
109
110
111
html,
body {
/* background: #F4F4F4; */
font-family: 'Segoe UI', Verdana, sans-serif;
height: 100%;
}
h1,
h2,
h3 {
font-family: 'Segoe UI Light', Verdana, sans-serif
}
.left {
background: #0D1143;
height: 100%;
text-align: right;
padding-top: 20px;
}
.right p {
background: #F4F4F4;
margin: 0px;
padding-top: 10px;
}
.header {
height: 85px;
}
.title {
padding-top: 50px;
}
.step {
height: 80px;
}
.selector {
width: 250px !important;
}
.circle {
background: #fff;
border-radius: 0.8em;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
color: #0D1143;
display: inline-block;
font-weight: bold;
font-size: 1.7em;
line-height: 1.6em;
margin-right: 5px;
text-align: center;
width: 1.6em;
}
.done p {
color: #3F3E3E;
margin-top: 20px;
}
.done svg {
color: #28A745 !important;
font-size: 2em;
margin: 5px 10px;
}
.clear svg {
color: #DD0404 !important;
font-size: 1em;
cursor: pointer;
}
.submit {
text-align: center;
padding-top: 15px;
}
.footer {
height: calc(100% - 405px);
}
.footer .left {
padding-top: 0px;
}
.config {
width: 20px;
padding: 2px;
color: darkgray;
cursor: pointer;
}
.error {
color: red;
font-weight: bold;
line-height: 80px;
}
#bg {
padding: 0px;
border: 0px;
background: #0D1143;
cursor: pointer;
}
.bg {
color: #fff;
text-align: center;
}