mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 20:03:44 +03:00
32 lines
349 B
SCSS
32 lines
349 B
SCSS
![]() |
.entry-meta {
|
||
|
color: #999999;
|
||
|
font-size: ms( -2 );
|
||
|
margin-bottom: 1rem;
|
||
|
|
||
|
a {
|
||
|
color: #777777;
|
||
|
}
|
||
|
|
||
|
> span {
|
||
|
margin-right: 1rem;
|
||
|
|
||
|
:last-of-type {
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.updated:not(.published) {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.sticky & .posted-on,
|
||
|
.byline {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.single & .byline,
|
||
|
.group-blog & .byline {
|
||
|
display: inline;
|
||
|
}
|
||
|
}
|