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:
commit
f820de4b32
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user