trwnh.com/unified.test.hugo/assets/styles/components/article-published-datetime.scss

29 lines
835 B
SCSS
Raw Normal View History

2024-11-13 17:24:48 +00:00
.article-published-datetime {
.time {
}
.date {
}
2024-10-18 07:33:33 +00:00
display: grid;
place-items: start start;
grid-template-columns: auto 1fr;
&__text {
place-self: center start;
line-height: 1.5em;
}
&:before {
content: '';
display: inline-block;
background: var(--ui-overlay);
2024-11-13 17:24:48 +00:00
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMTIgMkExMCAxMCAwIDAgMCAyIDEyYTEwIDEwIDAgMCAwIDEwIDEwYTEwIDEwIDAgMCAwIDEwLTEwQTEwIDEwIDAgMCAwIDEyIDJtNC4yIDE0LjJMMTEgMTNWN2gxLjV2NS4ybDQuNSAyLjd6Ii8+PC9zdmc+);
2024-10-18 07:33:33 +00:00
width: 1em;
height: 1em;
padding: 0.25em;
border-radius: 100em;
background-repeat: no-repeat;
2024-11-13 17:24:48 +00:00
background-position-x: 50%;
background-position-y: 47.5%;
2024-10-18 07:33:33 +00:00
margin-inline-end: 0.5em;
}
}