Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lutzenberger <lutzenbergerthomas@gmail.com>2016-12-20 07:33:17 +0300
committerMark Otto <markd.otto@gmail.com>2016-12-20 07:33:17 +0300
commite1653edb958e32034c5b8f7afea23a9b4f1a0f24 (patch)
tree71043f3c5c748f6ca8d0269ca0926652993ce81b /scss/_images.scss
parent372d156f21dfe952371b85949fe45cbf0808d93c (diff)
Add variables for transitions (#21345)
* Add variables for transitions * Add variables for transitions
Diffstat (limited to 'scss/_images.scss')
-rw-r--r--scss/_images.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_images.scss b/scss/_images.scss
index c7b95dec9d..a8135a6c35 100644
--- a/scss/_images.scss
+++ b/scss/_images.scss
@@ -16,7 +16,7 @@
background-color: $thumbnail-bg;
border: $thumbnail-border-width solid $thumbnail-border-color;
@include border-radius($thumbnail-border-radius);
- @include transition(all .2s ease-in-out);
+ @include transition($thumbnail-transition);
@include box-shadow($thumbnail-box-shadow);
// Keep them at most 100% wide