feat: initial commit
This commit is contained in:
commit
e214116e40
253 changed files with 17406 additions and 0 deletions
19
src/assets/styles/components/paginator.css
Normal file
19
src/assets/styles/components/paginator.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.pagination {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: var(--spacing-base);
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
a svg {
|
||||
transform: var(--transform-icon-default);
|
||||
}
|
||||
|
||||
span svg {
|
||||
cursor: not-allowed;
|
||||
stroke: var(--disabled-color);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue