_icons-enter.css
664 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
.icons-wrapper {
box-sizing: border-box;
padding: 30px 0 16px;
background: #fff;
border-bottom: 1px solid #e0e0e0;
}
.icons-item {
float: left;
margin-bottom: 10px;
width: 25%;
height: 146px;
text-align: center;
}
.imagebar {
display: block;
margin: 0 auto;
text-align: center;
width: 98px;
height: 98px;
line-height: 98px;
box-sizing: border-box;
overflow: hidden;
img {
width: 100%;
height: 100%;
}
}
.linkbar {
display: block;
line-height: 44px;
font-size: 24px;
color: #444;
&:visited, &:link, &:active, &:hover {
color: #444;
}
}