Skip to content

Commit

Permalink
Changed .input-group-addon to use @input-border-radius (along with sm/lg
Browse files Browse the repository at this point in the history
variations)
  • Loading branch information
supergibbs committed May 16, 2015
1 parent c111c29 commit 23c5042
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions less/input-groups.less
Expand Up @@ -79,18 +79,18 @@
text-align: center;
background-color: @input-group-addon-bg;
border: 1px solid @input-group-addon-border-color;
border-radius: @border-radius-base;
border-radius: @input-border-radius;

// Sizing
&.input-sm {
padding: @padding-small-vertical @padding-small-horizontal;
font-size: @font-size-small;
border-radius: @border-radius-small;
border-radius: @input-border-radius-small;
}
&.input-lg {
padding: @padding-large-vertical @padding-large-horizontal;
font-size: @font-size-large;
border-radius: @border-radius-large;
border-radius: @input-border-radius-large;
}

// Nuke default margins from checkboxes and radios to vertically center within.
Expand Down

0 comments on commit 23c5042

Please sign in to comment.