mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
🎨 refactor: turn macros into partials & sort CSS (#146)
This commit is contained in:
parent
cc029d0b19
commit
14ccb208cf
33 changed files with 392 additions and 421 deletions
|
|
@ -3,9 +3,9 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 2rem;
|
||||
padding: 0;
|
||||
font-size: 1em;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
.page-item .disabled {
|
||||
opacity: 0.5;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
.page-numbers {
|
||||
font-size: 0.9rem;
|
||||
color: var(--meta-color);
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue