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 <markdotto@gmail.com>2022-02-25 03:49:10 +0300
committerMark Otto <otto@github.com>2022-02-25 19:37:38 +0300
commit1c5ec4c310ee630884fb75050ecd94e771031839 (patch)
tree723fd1f91dcac889184a199428043e87e87ecb2f
parentdb61cf3d6a907756aee2b0c4ee2cb6488c0ed459 (diff)
Separate override for hr's in component examples
-rw-r--r--site/assets/scss/_component-examples.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss
index 9e017c507e..4bc44ad2f0 100644
--- a/site/assets/scss/_component-examples.scss
+++ b/site/assets/scss/_component-examples.scss
@@ -124,10 +124,14 @@
display: block;
}
- > :not(hr):last-child {
+ > :last-child {
margin-bottom: 0;
}
+ > hr:last-child {
+ margin-bottom: $spacer;
+ }
+
// Images
> svg + svg,
> img + img {