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:
authoracj <gitlab@acjs.net>2018-08-14 11:35:11 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-08-26 14:48:51 +0300
commitcd28869a2f208930d130f6f7c5acb1c2762785b8 (patch)
treed4075f6cbefa8b48d17d1c46628200d361419dd8 /scss/_type.scss
parent00398e31c79640df9d27c5d3989f91c89f2c5b87 (diff)
Move blockquote footer font size to variables
Blockquote footer font size is currently hardcoded to 80%, implying (in a comment) that this would result in the default font size. However, since the blockquote font size itself is variable, this is not necessarily true, and 80% of anything actually results in an arbitrary font size. 80% as a default is still fine.
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index 57d610f0c1..ea3d9ab909 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -116,7 +116,7 @@ mark,
.blockquote-footer {
display: block;
- font-size: 80%; // back to default font-size
+ font-size: $blockquote-small-font-size;
color: $blockquote-small-color;
&::before {