Slide 2
Slide 2 text
&!--right-inline .metainfo!__text:first-child {
@media (!--media-sm-down) {
> * {
display: inline;
}
!/* and when there’s slot content, put a separator after author credits !*/
.metainfo!__credits:not(:last-child)!::after {
content: '|';
padding: 0 0.25em;
font-weight: normal;
}
}
}
!/* when there’s no author image, render metainfo text content inline !*/
&!--inline .metainfo!__text:first-child {
&, > * {
display: inline;
}
!/* and when there’s slot content, put a separator after author credits !*/
.metainfo!__credits:not(:last-child)!::after {
content: '|';
padding: 0 0.25em;
font-weight: normal;
}
}
}