2013-10-06 03:40:57 +08:00
|
|
|
.fontawesome-icon-list {
|
|
|
|
margin-top: 22px;
|
|
|
|
.col-md-3 {
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
&, &:hover { color: @gray-darker; }
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
line-height: 32px;
|
|
|
|
height: 32px;
|
|
|
|
padding-left: 10px;
|
|
|
|
border-radius: 6px;
|
|
|
|
|
2013-10-08 04:58:29 +08:00
|
|
|
.fa-icon {
|
2013-10-06 03:40:57 +08:00
|
|
|
width: 32px;
|
|
|
|
font-size: 14px;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
2013-10-16 08:28:48 +08:00
|
|
|
background-color: mix(@jumbotron-bg, #fff, 15%);
|
2013-10-06 03:40:57 +08:00
|
|
|
text-decoration: none;
|
2013-10-08 04:58:29 +08:00
|
|
|
.fa-icon {
|
2013-10-06 03:40:57 +08:00
|
|
|
*font-size: 28px;
|
|
|
|
*vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2013-10-08 04:58:29 +08:00
|
|
|
.fa-icon:before {
|
2013-10-06 03:40:57 +08:00
|
|
|
font-size: 28px;
|
|
|
|
vertical-align: -5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|