-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (39 loc) · 683 Bytes
/
style.css
File metadata and controls
48 lines (39 loc) · 683 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
48
/* These styles are only needed for the sample social icons */
.social-icons {
margin: 4px 0;
margin: .25rem 0;
padding: 0;
}
.social-icons li {
display: inline-block;
margin: 0;
}
.social-icons.alignleft li {
margin-right: 8px;
margin-right: .5rem;
}
.social-icons.alignright li {
margin-left: 8px;
margin-left: .5rem;
}
.social-icons li a {
display: inline-block;
padding: 4px;
padding: .25rem;
}
.social-icons i,
.social-icons .phone {
font-size: 20px;
font-size: 1.25rem;
}
.social-icons .phone i {
margin-right: 4px;
margin-right: .25rem;
}
.social-icons a:visited {
color: #21759b;
}
.social-icons a:hover,
.social-icons a:active {
color: #339bcb;
}