mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Restore mini button (fixes #8644)
This commit is contained in:
+5
-1
@@ -125,12 +125,16 @@
|
||||
font-size: @font-size-large;
|
||||
border-radius: @border-radius-large;
|
||||
}
|
||||
.btn-small {
|
||||
.btn-small,
|
||||
.btn-mini {
|
||||
padding: @padding-small-vertical @padding-small-horizontal;
|
||||
font-size: @font-size-small;
|
||||
line-height: 1.5; // ensure proper height of button next to small input
|
||||
border-radius: @border-radius-small;
|
||||
}
|
||||
.btn-mini {
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
|
||||
// Block button
|
||||
|
||||
Reference in New Issue
Block a user