mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-22 04:38:06 -05:00
Updated margin adjustments of button-based icon overrides.
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
.border-radius(5px);
|
||||
}
|
||||
.btn-large [class^="icon-"] {
|
||||
margin-top: 1px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
// Small
|
||||
@@ -89,7 +89,7 @@
|
||||
line-height: @baseLineHeight - 2px;
|
||||
}
|
||||
.btn-small [class^="icon-"] {
|
||||
margin-top: -1px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
// Mini
|
||||
|
||||
Reference in New Issue
Block a user