update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / assets / less / site / fontawesome-icon-list.less
1 .fontawesome-icon-list {
2   margin-top: 22px;
3   .fa-hover {
4     a {
5       display: block;
6       color: @gray-darker;
7       line-height: 32px;
8       height: 32px;
9       padding-left: 10px;
10       border-radius: @border-radius-base;
11
12       .fa {
13         width: 32px;
14         font-size: 14px;
15         display: inline-block;
16         text-align: right;
17         margin-right: 10px;
18       }
19
20       &:hover {
21         background-color: @fa-green;
22         color: @jumbotron-color;
23         text-decoration: none;
24         .fa {
25           font-size: 28px;
26           vertical-align: -6px;
27         }
28         .text-muted { color: mix(@jumbotron-color, @fa-green, 70%); }
29       }
30     }
31   }
32 }