-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgray_small_theme.css
More file actions
42 lines (34 loc) · 926 Bytes
/
gray_small_theme.css
File metadata and controls
42 lines (34 loc) · 926 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
.v-social__item a::before {
top: 9px;
bottom: 9px;
right: 9px;
left: 9px;
}
.v-social__wrapper .facebook a::before {
background-image: url('images/gray/facebook.svg');
}
.v-social__wrapper .vkontakte a::before {
background-image: url('images/gray/vk.svg');
}
.v-social__wrapper .twitter a::before {
background-image: url('images/gray/twitter.svg');
}
.v-social__wrapper .google a::before {
background-image: url('images/gray/google-plus.svg');
}
.v-social__wrapper .linkedin a::before {
background-image: url('images/gray/linkedin.svg');
}
.v-social__wrapper .pinterest a::before {
background-image: url('images/gray/pinterest.svg');
}
.v-social__item a {
width: 40px;
height: 40px;
background-color: #b5b2bb;
border-radius: 50%;
border: 1px solid #191919;
}
.v-social__item a:hover {
border: 2px solid #191919;
}