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:
authorMark Otto <markd.otto@gmail.com>2020-06-13 00:26:37 +0300
committerGitHub <noreply@github.com>2020-06-13 00:26:37 +0300
commit286f16b92c546b96e1aadfb8cae409c34f036087 (patch)
tree76438da50e9f81e3d86e3d48760cc828b9417bd6 /scss/_type.scss
parent594e5fd07175baf796c03c1de755ee021e5b4c5d (diff)
v5: Redo blockquote attributions (#30814)
* v5: Redo blockquote attributions - Renames -small-* variables to -footer-* - Updates blockquote demos with attribution to place it outside the blockquote with a figure wrapper * Updated class name * docs(examples): refactor blockquotes in masonry example Co-authored-by: Gaƫl Poupard <gael.poupard@orange.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'scss/_type.scss')
-rw-r--r--scss/_type.scss13
1 files changed, 9 insertions, 4 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index efa2c81552..b2d524ca14 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -84,14 +84,19 @@
// Blockquotes
.blockquote {
- margin-bottom: $spacer;
+ margin-bottom: $blockquote-margin-y;
@include font-size($blockquote-font-size);
+
+ > :last-child {
+ margin-bottom: 0;
+ }
}
.blockquote-footer {
- display: block;
- @include font-size($blockquote-small-font-size);
- color: $blockquote-small-color;
+ margin-top: -$blockquote-margin-y;
+ margin-bottom: $blockquote-margin-y;
+ @include font-size($blockquote-footer-font-size);
+ color: $blockquote-footer-color;
&::before {
content: "\2014\00A0"; // em dash, nbsp