-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcustom.css
88 lines (79 loc) · 1.41 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #333333;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
a,
a:active,
a:visited {
color: #999;
text-decoration: none;
}
a:hover {
color: #549aa5;
text-decoration: none;
}
.gjfy-container {
width: auto;
max-width: 700px;
padding: 0 15px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
.gjfy-logo {
max-width: 200px;
padding: 80px 0px 20px 0px;
}
.gjfy-footer-logo-small {
max-height: 24px;
vertical-align: middle;
}
.text-center {
text-align: center;
}
.lead {
font-size: 21px;
margin-bottom: 40px;
font-weight: 300;
line-height: 1.4;
}
div#main ul {
list-style: none;
font-size: 21px;
margin-bottom: 40px;
font-weight: 300;
line-height: 1.4;
}
.gjfy-form-control {
font-family: inherit;
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
color: #999 !important;
text-align: center;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 10px;
-webkit-transition: border-color ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s;
margin-bottom: 60px;
}
.create-secret-form-control {
border-radius: 3px;
padding: 5px;
background-color: #fff;
color: #999;
background-image: none;
border: 1px solid #ccc;
}