Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-01-15 09:27:08 +0300
committerChris Rebert <code@chrisrebert.com>2016-01-15 09:27:08 +0300
commita22c696485ff1736140f56cd62d5e69434bf9df6 (patch)
tree95a07bc94e750bac11738b3ebd1cc5fea83296fb /scss/_type.scss
parent1d55f680a8d2416900d4b6f41c40aed92880d938 (diff)
Extract $blockquote-border-width variable
[skip sauce]
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 60f983aaf7..fc45d352db 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -117,7 +117,7 @@ mark,
padding: ($spacer / 2) $spacer;
margin-bottom: $spacer;
font-size: $blockquote-font-size;
- border-left: .25rem solid $blockquote-border-color;
+ border-left: $blockquote-border-width solid $blockquote-border-color;
}
.blockquote-footer {
@@ -136,7 +136,7 @@ mark,
padding-right: $spacer;
padding-left: 0;
text-align: right;
- border-right: .25rem solid $blockquote-border-color;
+ border-right: $blockquote-border-width solid $blockquote-border-color;
border-left: 0;
}