Add icon to reading_time and datetime
This commit is contained in:
parent
76dd9b0783
commit
816ef54e82
9 changed files with 90 additions and 23 deletions
9
style/icon_container.css
Normal file
9
style/icon_container.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
@layer components {
|
||||
.icon_container {
|
||||
@apply flex items-center gap-2;
|
||||
|
||||
& > svg {
|
||||
@apply scale-125;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue