trwnh.com/unified.test.hugo/assets/styles/components/in-reply-to-prepend.scss

7 lines
332 B
SCSS
Raw Normal View History

2024-10-18 07:33:33 +00:00
.in-reply-to-prepend {
2024-11-16 22:42:05 +00:00
@include prepend-icon(
url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGZpbGw9IndoaXRlIiBkPSJNMTAgOVY1bC03IDdsNyA3di00LjFjNSAwIDguNSAxLjYgMTEgNS4xYy0xLTUtNC0xMC0xMS0xMSIvPjwvc3ZnPg==),
50%,
45%
);
2024-10-18 07:33:33 +00:00
}