diff options
| author | Mark Otto <[email protected]> | 2017-04-08 21:25:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-04-08 21:25:02 -0700 |
| commit | e1c3f79e9865510066b2442f17d53885a9b78f8e (patch) | |
| tree | 4d9722e1b60446c6d124fe4e10190d1b9ed29ce0 | |
| parent | 01dbc4cc050e0c1635c186932a60329f2214f782 (diff) | |
| download | bootstrap-e1c3f79e9865510066b2442f17d53885a9b78f8e.tar.xz bootstrap-e1c3f79e9865510066b2442f17d53885a9b78f8e.zip | |
tighten up horizontal input and button padding
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index c17339575..faea8306a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -339,7 +339,7 @@ $table-inverse-color: $body-bg !default; // For each of Bootstrap's buttons, define text, background and border color. $input-btn-padding-y: .5rem !default; -$input-btn-padding-x: 1rem !default; +$input-btn-padding-x: .75rem !default; $input-btn-line-height: 1.25 !default; $input-btn-padding-y-sm: .25rem !default; |
