feat(Components): Add pagination component

This component accept a Page<T> type from [astro](https://docs.astro.build/en/guides/routing/#complete-api-reference)
This commit is contained in:
Alexander Navarro 2024-03-19 20:43:04 -03:00
parent 642e15656e
commit 944b553e73
9 changed files with 258 additions and 83 deletions

View file

@ -159,7 +159,7 @@ a {
transition: text-shadow 0.2s;
--anim-shadow-color: var(--prj-accent-bg);
&:hover {
&:not(.clean):hover {
text-shadow: 1px 1px 8px var(--anim-shadow-color);
}
}