1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Merge pull request #19002 from twbs/blockquote-border-width

Add $blockquote-border-width variable
This commit is contained in:
Mark Otto
2016-01-23 20:42:23 -08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ $abbr-border-color: $gray-light !default;
$blockquote-small-color: $gray-light !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;
$blockquote-border-color: $gray-lighter !default;
$blockquote-border-width: .25rem !default;
$hr-border-color: rgba(0,0,0,.1) !default;
$hr-border-width: $border-width !default;