Commit 40b4793d authored by Mark Otto's avatar Mark Otto

Merge pull request #1271 from linrock/patch-1

Fix icon margins in large buttons.
parents 945870d7 2aa99d17
......@@ -128,6 +128,9 @@
line-height: normal;
.border-radius(5px);
}
&.large .icon {
margin-top: 1px;
}
&.small {
padding: 7px 9px 7px;
font-size: @baseFontSize - 2px;
......
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