diff options
| author | Mark Otto <[email protected]> | 2018-04-08 17:31:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-04-08 17:31:07 -0700 |
| commit | 07ee6c8ea171ae883d72d6d240b742537cd20d77 (patch) | |
| tree | 2a7570fe3636434663ddfac785031d68f237c73b /less/input-groups.less | |
| parent | 446973308e66bcd325f815e39717ead0b4694853 (diff) | |
| parent | a720e23a518388ae5a374f3499099ca14a68e1e7 (diff) | |
| download | bootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.tar.xz bootstrap-07ee6c8ea171ae883d72d6d240b742537cd20d77.zip | |
Merge branch 'v3.4.0-dev' of https://github.com/twbs/bootstrap-3 into v3.4.0-dev
Diffstat (limited to 'less/input-groups.less')
| -rw-r--r-- | less/input-groups.less | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/less/input-groups.less b/less/input-groups.less index d0763db7f..b385cf505 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -1,3 +1,5 @@ +/* stylelint-disable selector-no-qualifying-type */ + // // Input groups // -------------------------------------------------- @@ -12,8 +14,8 @@ // Undo padding and float of grid classes &[class*="col-"] { float: none; - padding-left: 0; padding-right: 0; + padding-left: 0; } .form-control { @@ -77,7 +79,7 @@ .input-group-addon { padding: @padding-base-vertical @padding-base-horizontal; font-size: @font-size-base; - font-weight: normal; + font-weight: 400; line-height: 1; color: @input-color; text-align: center; |
