]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Separate override for hr's in component examples
authorMark Otto <markdotto@gmail.com>
Fri, 25 Feb 2022 00:49:10 +0000 (16:49 -0800)
committerMark Otto <otto@github.com>
Fri, 25 Feb 2022 16:37:38 +0000 (08:37 -0800)
site/assets/scss/_component-examples.scss

index 9e017c507eaef7558be45ae788fd0d66d1855a20..4bc44ad2f0082517061a38009b5dd233b322bfd1 100644 (file)
     display: block;
   }
 
-  > :not(hr):last-child {
+  > :last-child {
     margin-bottom: 0;
   }
 
+  > hr:last-child {
+    margin-bottom: $spacer;
+  }
+
   // Images
   > svg + svg,
   > img + img {