Commit 78652a70 authored by Mark Otto's avatar Mark Otto

allow icons in small buttons

parent b7f22e27
......@@ -114,3 +114,8 @@
}
}
// Small button dropdowns
.btn.small .caret {
margin-top: 4px;
}
......@@ -132,6 +132,9 @@
padding: 7px 9px 7px;
font-size: @baseFontSize - 2px;
}
&.small .icon {
margin-top: -2px;
}
}
// Help Firefox not be a jerk about adding extra padding to buttons
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment