1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 03:41:03 +00:00

Separate override for hr's in component examples

This commit is contained in:
Mark Otto 2022-02-24 16:49:10 -08:00 committed by Mark Otto
parent db61cf3d6a
commit 1c5ec4c310

View File

@ -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 {