| 12345678910111213141516171819202122 |
- //
- // Icons
- // --------------------------------------------------
- /* BOOTSTRAP SPECIFIC CLASSES
- * -------------------------- */
- /* keeps Bootstrap styles with and without icons the same */
- .btn, .nav {
- [class^="icon-"],
- [class*=" icon-"] {
- line-height: 29px;
- }
- }
- .btn.btn-mini {
- [class^="icon-"],
- [class*=" icon-"] {
- line-height: 20px;
- }
- }
|