-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy pathpopup.css
More file actions
47 lines (41 loc) · 870 Bytes
/
Copy pathpopup.css
File metadata and controls
47 lines (41 loc) · 870 Bytes
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
body {
width: 350px;
background-color: #dfd9d99d !important;
padding: 10px;
text-align: center;
transition: background-color 0.75s ease;
font-size: 13px;
font-family: 'Helvetica Neue', 'Lucida Grande', sans-serif;
}
#title {
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande',
sans-serif;
font-size: 30px;
font-weight: bold;
margin-bottom: 0px;
margin-top: 10px;
}
#caption {
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande',
sans-serif;
font-size: 14px;
font-weight: normal;
margin-bottom: 0px;
}
#social-icon-container {
display: flex;
justify-content: space-between;
width: 100%;
margin-top: 1rem;
margin-bottom: 1rem;
}
#socials p {
font-weight: bold;
}
.onboarding {
font-family: sans-serif;
border-top: solid black 1px;
font-weight: 500;
padding-top: 2%;
font-size: medium;
}