mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-01-09 23:00:29 +08:00
32 lines
616 B
Plaintext
32 lines
616 B
Plaintext
.fontawesome-icon-list {
|
|
margin-top: 22px;
|
|
.col-md-3 {
|
|
a {
|
|
display: block;
|
|
color: @gray-darker;
|
|
line-height: 32px;
|
|
height: 32px;
|
|
padding-left: 10px;
|
|
border-radius: @border-radius-base;
|
|
|
|
.fa-icon {
|
|
width: 32px;
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
&:hover {
|
|
background-color: @jumbotron-bg;
|
|
color: @jumbotron-text;
|
|
text-decoration: none;
|
|
.fa-icon {
|
|
font-size: 28px;
|
|
vertical-align: -6px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|