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