0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Merge pull request #7980 from burnsra/3.0.0-wip

Use base padding for input-group-addon class
This commit is contained in:
Mark Otto 2013-05-24 20:55:58 -07:00
commit f820de4b32
2 changed files with 2 additions and 2 deletions

View File

@ -1579,7 +1579,7 @@ select:focus:invalid:focus {
}
.input-group-addon {
padding: 6px 8px;
padding: 8px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1.428571429;

View File

@ -359,7 +359,7 @@ select:focus:invalid {
// -------------------------
.input-group-addon {
.box-sizing(border-box);
padding: 6px 8px;
padding: @padding-base-vertical @padding-base-horizontal;
font-size: @font-size-base;
font-weight: normal;
line-height: @line-height-base;