Commit 6bfa58ea authored by tobz's avatar tobz
Browse files

Updated margin adjustments of button-based icon overrides.

parent b0437bef
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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
......
Supports Markdown
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