2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1
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;