trwnh.com/unified.test.hugo/assets/styles/components/feed-entry-compact.scss

27 lines
371 B
SCSS
Raw Normal View History

2024-11-13 17:24:48 +00:00
.feed-entry-compact {
border-left: 0.25em solid var(--ui-overlay);
padding-left: 1em;
border-top: 0.25em solid var(--ui-overlay);
padding-top: 1em;
&__header {
}
&__title {
font-size: 1rem;
margin: 0;
line-height: 2;
}
&__summary {
grid-area: summary;
}
&__footer {
}
&__date {
margin: 0;
line-height: 1;
&:after {
content: ': '
}
}
}