2024-11-13 17:24:48 +00:00
|
|
|
.article-permalink {
|
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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMyAzdjE4aDE4VjN6bTE1IDE1SDZ2LTFoMTJ6bTAtMkg2di0xaDEyem0wLTRINlY2aDEyeiIvPjwvc3ZnPg==);
|
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;
|
|
|
|
}
|
|
|
|
}
|