mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
allow icons in small buttons
This commit is contained in:
@@ -114,3 +114,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Small button dropdowns
|
||||||
|
.btn.small .caret {
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@@ -132,6 +132,9 @@
|
|||||||
padding: 7px 9px 7px;
|
padding: 7px 9px 7px;
|
||||||
font-size: @baseFontSize - 2px;
|
font-size: @baseFontSize - 2px;
|
||||||
}
|
}
|
||||||
|
&.small .icon {
|
||||||
|
margin-top: -2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Help Firefox not be a jerk about adding extra padding to buttons
|
// Help Firefox not be a jerk about adding extra padding to buttons
|
||||||
|
Reference in New Issue
Block a user