15 lines
235 B
CSS
15 lines
235 B
CSS
.__PFX__-pager {
|
|
display:flex;
|
|
justify-content:center;
|
|
gap:8px;
|
|
margin:24px 0;
|
|
}
|
|
.__PFX__-pager a {
|
|
text-decoration:none;
|
|
cursor:pointer;
|
|
}
|
|
.__PFX__-pager a.disabled {
|
|
pointer-events:none;
|
|
opacity:.4;
|
|
}
|