Redesign v2025.1
This commit is contained in:
parent
a46a760669
commit
a8cb30456c
37 changed files with 1576 additions and 1174 deletions
14
resources/css/pagination.css
Normal file
14
resources/css/pagination.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@layer components {
|
||||
.pagination {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 1ex;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue