-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmailchimp.html
86 lines (73 loc) · 1.51 KB
/
mailchimp.html
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
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,500|Roboto:300,400i,700" rel="stylesheet">
<style type="text/css">
*
{
font-family: "Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
font-weight: 300 !important;
}
b, strong
{
font-weight:700 !important;
}
h1,h2,h3
{
font-family: "Roboto Mono",monospace,-apple-system,BlinkMacSystemFont,"Segoe UI","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
font-weight: 300 !important;
text-align: center;
margin-bottom: 2.25rem;
}
input
{
font-family: "Roboto Mono",monospace,-apple-system,BlinkMacSystemFont,"Segoe UI","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" !important;
font-weight: 500 !important;
font-size: inherit !important;
}
p
{
padding: 0;
margin-top: 0;
}
label
{
font-size: inherit;
}
.bodyContent
{
font-size: 18px;
padding: 2.25rem;
}
.rounded6
{
border-radius: 0 !important;
}
input.button
{
width: 100%;
border-radius: 0;
transition: 0.3s;
}
.button
{
transition: .3s;
background: #1c142d;
color: #ffde00;
}
.button:hover,
.button:focus
{
transition: .3s;
color: #1c142d;
background: #fffd23;
}
hr
{
border: transparent;
border-bottom: 2px solid #febe12;
margin: 2.25rem -2.5rem;
}
.poweredWrapper,
.poweredBy
{
opacity: 0;
}
</style>