icons.less 366 B

12345678910111213141516171819202122
  1. //
  2. // Icons
  3. // --------------------------------------------------
  4. /* BOOTSTRAP SPECIFIC CLASSES
  5. * -------------------------- */
  6. /* keeps Bootstrap styles with and without icons the same */
  7. .btn, .nav {
  8. [class^="icon-"],
  9. [class*=" icon-"] {
  10. line-height: 29px;
  11. }
  12. }
  13. .btn.btn-mini {
  14. [class^="icon-"],
  15. [class*=" icon-"] {
  16. line-height: 20px;
  17. }
  18. }