update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / assets / less / site / feature-list.less
1 .feature-list {
2   .col-md-4 { margin-bottom: 22px; }
3   h4 {
4     .fa:before {
5       vertical-align: -10%;
6       font-size: 28px;
7       display: inline-block;
8       width: 30/28em;
9       text-align: center;
10       margin-right: 5px;
11       //      color: mix(@grayLight, @grayLighter, 70%);
12
13       // Gradient on the icons
14       //      background: -webkit-linear-gradient(mix(@grayLight, @grayLighter, 50%), mix(@gray, @grayLight, 50%));
15       //      -webkit-background-clip: text;
16       //      -webkit-text-fill-color: transparent;
17     }
18   }
19 }