mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-27 20:34:00 +00:00
Merge pull request #1271 from linrock/patch-1
Fix icon margins in large buttons.
This commit is contained in:
commit
40b4793dea
1 changed files with 3 additions and 0 deletions
|
|
@ -128,6 +128,9 @@
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
.border-radius(5px);
|
.border-radius(5px);
|
||||||
}
|
}
|
||||||
|
&.large .icon {
|
||||||
|
margin-top: 1px;
|
||||||
|
}
|
||||||
&.small {
|
&.small {
|
||||||
padding: 7px 9px 7px;
|
padding: 7px 9px 7px;
|
||||||
font-size: @baseFontSize - 2px;
|
font-size: @baseFontSize - 2px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue