aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_type.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index ee6031d7d..c94c747ff 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -187,3 +187,20 @@ mark,
}
}
}
+
+//
+// Figures
+//
+
+.figure {
+ > img {
+ @extend .img-responsive;
+ line-height: 1;
+ margin-bottom: ($spacer-y / 2);
+ }
+}
+
+.figure-caption {
+ font-size: 90%;
+ color: $gray-light;
+}