2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Add $figure-caption-font-size variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-16 22:31:40 -08:00
parent 79c955f019
commit 3a4dbd9b3a
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -47,6 +47,6 @@
}
.figure-caption {
font-size: 90%;
font-size: $figure-caption-font-size;
color: $gray-light;
}
+5
View File
@@ -737,6 +737,11 @@ $thumbnail-border-radius: $border-radius !default;
$thumbnail-box-shadow: 0 1px 2px rgba(0,0,0,.075) !default;
// Figures
$figure-caption-font-size: 90% !default;
// Breadcrumbs
$breadcrumb-padding-y: .75rem !default;