mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-26 03:53:44 +00:00
Merge branch 'amid2887-master' into 2.1.2-wip
This commit is contained in:
commit
40a8a93b22
1 changed files with 4 additions and 2 deletions
|
|
@ -77,7 +77,8 @@
|
||||||
font-size: @fontSizeLarge;
|
font-size: @fontSizeLarge;
|
||||||
.border-radius(@borderRadiusLarge);
|
.border-radius(@borderRadiusLarge);
|
||||||
}
|
}
|
||||||
.btn-large [class^="icon-"] {
|
.btn-large [class^="icon-"],
|
||||||
|
.btn-large [class*=" icon-"] {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -87,7 +88,8 @@
|
||||||
font-size: @fontSizeSmall;
|
font-size: @fontSizeSmall;
|
||||||
.border-radius(@borderRadiusSmall);
|
.border-radius(@borderRadiusSmall);
|
||||||
}
|
}
|
||||||
.btn-small [class^="icon-"] {
|
.btn-small [class^="icon-"],
|
||||||
|
.btn-small [class*=" icon-"] {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue