-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
65 lines (58 loc) · 1.04 KB
/
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
54
55
56
57
58
59
60
61
62
63
64
65
/* Styling inspired from Squarespace website*/
#membership_form {
font-family: Raleway;
letter-spacing: 0.4px;
font-weight: 500;
font-style: normal;
color: rgba(28, 28, 28, 0.9);
font-size: 15px;
line-height: normal;
}
.field {
position: relative;
margin: 0 0 24px;
}
.caption {
font-size: 12px;
}
.field-element {
cursor: auto;
box-sizing: border-box;
border-radius: 2px;
width: 100%;
padding: 12px;
margin: 6px 0 4px;
border: 1px solid #ccc;
background: #fafafa;
color: #000;
font-family: sans-serif;
}
button {
font-size: 100%;
margin: 0;
line-height: normal;
border-radius: 300px;
font-weight: 400;
font-style: normal;
text-transform: none;
letter-spacing: 0.5px;
color: #fff;
background-color: #272727;
border-color: #272727;
display: inline-block;
width: auto;
height: auto;
padding: 1em 2.5em;
border-width: 0;
text-align: center;
cursor: pointer;
outline: none;
appearance: none;
transition: 0.1s opacity linear;
}
button:hover {
opacity: 0.8;
}
h2 {
color: #201713;
}