mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Separate override for hr's in component examples
This commit is contained in:
@@ -124,10 +124,14 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
> :not(hr):last-child {
|
> :last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> hr:last-child {
|
||||||
|
margin-bottom: $spacer;
|
||||||
|
}
|
||||||
|
|
||||||
// Images
|
// Images
|
||||||
> svg + svg,
|
> svg + svg,
|
||||||
> img + img {
|
> img + img {
|
||||||
|
Reference in New Issue
Block a user