Commit fb4fc323 authored by Mark Otto's avatar Mark Otto

remove font-sizes from button group btn sizes

parent a9a66e9c
......@@ -37,17 +37,6 @@
margin-left: 1px;
}
// Reset fonts for other sizes
.btn-group > .btn-mini {
font-size: @font-size-mini;
}
.btn-group > .btn-small {
font-size: @font-size-small;
}
.btn-group > .btn-large {
font-size: @font-size-large;
}
// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match
.btn-group > .btn:first-child {
margin-left: 0;
......
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