mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 16:44:17 +02:00
Separate override for hr's in component examples
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user