diff options
| author | Mark Otto <[email protected]> | 2017-07-01 23:10:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-01 23:10:01 -0700 |
| commit | e7ae1d90698a618d4c7847621c50a13ce31ae7f9 (patch) | |
| tree | 6c4780308a988b34ddb398f94d2e9bb13ba90a1b | |
| parent | 7085988f06954413ac2c72fed23e30a38ecd6dff (diff) | |
| download | bootstrap-e7ae1d90698a618d4c7847621c50a13ce31ae7f9.tar.xz bootstrap-e7ae1d90698a618d4c7847621c50a13ce31ae7f9.zip | |
match btn transition to input
| -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 a012e1691..6884d60f8 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -349,7 +349,7 @@ $btn-border-radius: $border-radius !default; $btn-border-radius-lg: $border-radius-lg !default; $btn-border-radius-sm: $border-radius-sm !default; -$btn-transition: all .2s ease-in-out !default; +$btn-transition: all .15s ease-in-out !default; // Forms |
