Fork-Awesome/src/assets/less/site/fontawesome-icon-list.less

32 lines
616 B
Plaintext
Raw Normal View History

2013-10-06 03:40:57 +08:00
.fontawesome-icon-list {
margin-top: 22px;
.col-md-3 {
a {
display: block;
2013-10-17 02:34:13 +08:00
color: @gray-darker;
2013-10-06 03:40:57 +08:00
line-height: 32px;
height: 32px;
padding-left: 10px;
2013-10-17 02:34:13 +08:00
border-radius: @border-radius-base;
2013-10-06 03:40:57 +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-17 02:34:13 +08:00
background-color: @jumbotron-bg;
color: @jumbotron-text;
2013-10-06 03:40:57 +08:00
text-decoration: none;
.fa-icon {
2013-10-06 03:40:57 +08:00
font-size: 28px;
2013-10-17 02:34:13 +08:00
vertical-align: -6px;
2013-10-06 03:40:57 +08:00
}
}
}
}
}