add pagination
This commit is contained in:
@@ -149,3 +149,17 @@
|
||||
&-toggle-theme
|
||||
.ui-icon
|
||||
@apply cursor-pointer
|
||||
&-pagination
|
||||
.pages
|
||||
@apply flex
|
||||
&-first,
|
||||
&-numbers,
|
||||
&-last
|
||||
@apply flex items-end
|
||||
.page-item
|
||||
@apply w-[38px] h-[38px]
|
||||
.page-separator
|
||||
@apply block mx-2
|
||||
&-numbers
|
||||
.page-item:not(:last-child)
|
||||
@apply mr-2
|
||||
|
||||
@@ -57,3 +57,8 @@
|
||||
&-field .input > *,
|
||||
&-card
|
||||
@apply rounded
|
||||
|
||||
&-pagination
|
||||
.pages
|
||||
.active
|
||||
@apply bg-primary text-white
|
||||
|
||||
Reference in New Issue
Block a user