This repository has been archived by the owner on Jun 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
85 lines (76 loc) · 1.5 KB
/
main.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
html {
background-color: #f0f0f0;
font-family: "Maison Neue Mono";
}
a, a:hover, a:visited, a:active {
color: #000;
}
p {
margin: 30px 0;
}
body {
width: 476px;
margin: 0 auto;
text-align: center;
padding-bottom: 100px;
}
.logo {
margin: 0 auto;
margin-top: 110px;
margin-bottom: 40px;
}
.logo{
background: url('img/logo_ctrl.png') no-repeat center;
background-size: 136px 136px;
display: block;
width: 136px;
height: 136px;
}
/* Retina Display Media Query */
@media
(-webkit-min-device-pixel-ratio: 1.5),
( min--moz-device-pixel-ratio: 1.5),
( -o-min-device-pixel-ratio: 3/2),
( min-device-pixel-ratio: 1.5),
( min-resolution: 1.5dppx) {
.logo {
background: url('img/[email protected]') no-repeat center;
background-size: 136px 136px;
width: 136px;
height: 136px;
}
}
.blurb {
width: 476px;
color: #000000;
font-size: 14px;
line-height: 24px;
text-align: center;
margin-bottom:55px;
}
.email {
height: 60px;
width: 344px;
padding: 26px;
border: 3px solid rgba(54,43,91,0.1);
border-radius: 6px;
background-color: #FFFFFF;
color: #000000;
font-size: 16px;
letter-spacing: 1.02px;
line-height: 19px;
}
.signup {
margin-top: 25px;
color: #fff;
height: 60px;
width: 344px;
border-style: solid;
border-color: #f0f0f0;
border-radius: 6px;
background: linear-gradient(2.53deg, #494A79 0%, #230A3B 100%);
font-size: 14px;
font-weight: bold;
letter-spacing: 0.89px;
line-height: 17px;
}