mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Use base padding for input-group-addon class
This commit is contained in:
parent
3160bd872e
commit
79666385f7
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user