Commit f820de4b authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #7980 from burnsra/3.0.0-wip

Use base padding for input-group-addon class
parents 3160bd87 79666385
Showing with 2 additions and 2 deletions
+2 -2
...@@ -1579,7 +1579,7 @@ select:focus:invalid:focus { ...@@ -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 { ...@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment