1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-29 14:59:16 +02:00

icon vertical align in buttons

This commit is contained in:
Mark Otto
2012-11-05 18:44:10 -08:00
parent 33beb93e1b
commit 23a7ab4b51
2 changed files with 17 additions and 18 deletions

View File

@@ -72,10 +72,6 @@
font-size: @fontSizeLarge;
.border-radius(@borderRadiusLarge);
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
margin-top: 2px;
}
// Small
.btn-small {
@@ -83,10 +79,6 @@
font-size: @fontSizeSmall;
.border-radius(@borderRadiusSmall);
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
margin-top: 0;
}
// Mini
.btn-mini {
@@ -96,6 +88,14 @@
}
// Icons in buttons
// -------------------------
.btn [class^="icon-"]:before { vertical-align: -2px; }
.btn-small [class^="icon-"]:before,
.btn-mini [class^="icon-"]:before { vertical-align: -1px; }
// Block button
// -------------------------