Commit 677b7bd1 authored by O'meid's avatar O'meid Committed by Mark Otto
Browse files

scss: move Figures from _type to _images

parent 078c7cac
Showing with 20 additions and 20 deletions
+20 -20
...@@ -32,3 +32,23 @@ ...@@ -32,3 +32,23 @@
.img-circle { .img-circle {
border-radius: 50%; border-radius: 50%;
} }
//
// 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;
}
...@@ -162,23 +162,3 @@ mark, ...@@ -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;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment