mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 00:54:04 +02:00
Merge pull request #7980 from burnsra/3.0.0-wip
Use base padding for input-group-addon class
This commit is contained in:
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 {
|
.input-group-addon {
|
||||||
padding: 6px 8px;
|
padding: 8px 12px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1.428571429;
|
line-height: 1.428571429;
|
||||||
|
@@ -359,7 +359,7 @@ select:focus:invalid {
|
|||||||
// -------------------------
|
// -------------------------
|
||||||
.input-group-addon {
|
.input-group-addon {
|
||||||
.box-sizing(border-box);
|
.box-sizing(border-box);
|
||||||
padding: 6px 8px;
|
padding: @padding-base-vertical @padding-base-horizontal;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
|
Reference in New Issue
Block a user