mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
allow icons in small buttons
This commit is contained in:
parent
b7f22e27ec
commit
78652a707f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user