mirror of
https://github.com/tabler/tabler.git
synced 2026-06-17 21:00:15 +04:00
add space between page numbers (#2232)
Co-authored-by: codecalm <codecalm@gmail.com> Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Add space between page numbers in pagination
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
.pagination {
|
.pagination {
|
||||||
|
--#{$prefix}pagination-gap: .25rem;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
gap: var(--#{$prefix}pagination-gap);
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-link {
|
.page-link {
|
||||||
|
|||||||
Reference in New Issue
Block a user