feature-list.less 544 B

12345678910111213141516171819
  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. // Gradient on the icons
  13. // background: -webkit-linear-gradient(mix(@grayLight, @grayLighter, 50%), mix(@gray, @grayLight, 50%));
  14. // -webkit-background-clip: text;
  15. // -webkit-text-fill-color: transparent;
  16. }
  17. }
  18. }