mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
allow icons in small buttons
This commit is contained in:
parent
b7f22e27ec
commit
78652a707f
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue