aboutsummaryrefslogtreecommitdiff
path: root/scss/_type.scss
diff options
context:
space:
mode:
authorO'meid <[email protected]>2015-08-26 23:08:47 +1000
committerMark Otto <[email protected]>2015-11-12 22:13:13 -0800
commit677b7bd1c0e4792ca9f278320070d50111bf2137 (patch)
tree57582d171d7004a69a28267eb99d51307d1819cc /scss/_type.scss
parent078c7cac8d248022248c11ffacd3d58ca883df64 (diff)
downloadbootstrap-677b7bd1c0e4792ca9f278320070d50111bf2137.tar.xz
bootstrap-677b7bd1c0e4792ca9f278320070d50111bf2137.zip
scss: move Figures from _type to _images
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss20
1 files changed, 0 insertions, 20 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 102b6a5a4..23ed54040 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -162,23 +162,3 @@ mark,
}
}
}
-
-//
-// Figures
-//
-
-.figure {
- // Ensures the caption's text aligns with the image.
- display: inline-block;
-
- > img {
- @extend .img-fluid;
- margin-bottom: ($spacer-y / 2);
- line-height: 1;
- }
-}
-
-.figure-caption {
- font-size: 90%;
- color: $gray-light;
-}