diff options
| author | Mark Otto <[email protected]> | 2016-10-25 19:55:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-25 19:55:34 -0700 |
| commit | 2eaef44edd2bd64dd12bea94ac24914a4f287d47 (patch) | |
| tree | a29e51e1cc4739eda9d5773df96eab9458c4b914 /scss/_input-group.scss | |
| parent | 182a642b0784af327c0a1c5d06fbcc826135373a (diff) | |
| parent | 8402d2321fcbab8f6800d1cd9f49553a92ac00a2 (diff) | |
| download | bootstrap-2eaef44edd2bd64dd12bea94ac24914a4f287d47.tar.xz bootstrap-2eaef44edd2bd64dd12bea94ac24914a4f287d47.zip | |
Merge pull request #20951 from sbaechler/font-weights
Use a variable for the default font weights. Fixes #20741
Diffstat (limited to 'scss/_input-group.scss')
| -rw-r--r-- | scss/_input-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_input-group.scss b/scss/_input-group.scss index b447a3282..a33f2d303 100644 --- a/scss/_input-group.scss +++ b/scss/_input-group.scss @@ -84,7 +84,7 @@ padding: $input-padding-y $input-padding-x; margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom font-size: $font-size-base; - font-weight: normal; + font-weight: $font-weight-normal; line-height: $input-line-height; color: $input-color; text-align: center; |
