mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Merge pull request #19244 from twbs/figure-caption-font-size
Add $figure-caption-font-size variable
This commit is contained in:
commit
0b739541b7
@ -47,6 +47,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.figure-caption {
|
.figure-caption {
|
||||||
font-size: 90%;
|
font-size: $figure-caption-font-size;
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
}
|
}
|
||||||
|
@ -737,6 +737,11 @@ $thumbnail-border-radius: $border-radius !default;
|
|||||||
$thumbnail-box-shadow: 0 1px 2px rgba(0,0,0,.075) !default;
|
$thumbnail-box-shadow: 0 1px 2px rgba(0,0,0,.075) !default;
|
||||||
|
|
||||||
|
|
||||||
|
// Figures
|
||||||
|
|
||||||
|
$figure-caption-font-size: 90% !default;
|
||||||
|
|
||||||
|
|
||||||
// Breadcrumbs
|
// Breadcrumbs
|
||||||
|
|
||||||
$breadcrumb-padding-y: .75rem !default;
|
$breadcrumb-padding-y: .75rem !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user