aboutsummaryrefslogtreecommitdiff
path: root/scss/_images.scss
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-01-09 15:35:19 -0800
committerChris Rebert <[email protected]>2016-01-16 20:23:37 -0800
commitbbd449994a1a25ab8db041d916e94d46d453d499 (patch)
treef13adc038ba728de3c1a35e8465e8bb7fdaacea8 /scss/_images.scss
parent9b2d9f6e04de2d5a8316556af054cdd2f74da5c0 (diff)
downloadbootstrap-bbd449994a1a25ab8db041d916e94d46d453d499.tar.xz
bootstrap-bbd449994a1a25ab8db041d916e94d46d453d499.zip
Extract $thumbnail-box-shadow variable
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 81e823ca0..60e8fc9b5 100644
--- a/scss/_images.scss
+++ b/scss/_images.scss
@@ -22,7 +22,7 @@
border: $thumbnail-border-width solid $thumbnail-border-color;
border-radius: $thumbnail-border-radius;
transition: all .2s ease-in-out;
- @include box-shadow(0 1px 2px rgba(0,0,0,.075));
+ @include box-shadow($thumbnail-box-shadow);
// Keep them at most 100% wide
@include img-fluid(inline-block);