Add icon to reading_time and datetime

This commit is contained in:
Florian RICHER 2024-01-12 18:31:36 +01:00
parent 76dd9b0783
commit 816ef54e82
9 changed files with 90 additions and 23 deletions

9
style/icon_container.css Normal file
View file

@ -0,0 +1,9 @@
@layer components {
.icon_container {
@apply flex items-center gap-2;
& > svg {
@apply scale-125;
}
}
}