mirror of https://github.com/twbs/bootstrap.git
Separate override for hr's in component examples
This commit is contained in:
parent
db61cf3d6a
commit
1c5ec4c310
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue