gpttemp
This commit is contained in:
14
code/public/static/css/modules/pager/_pager_base.css
Normal file
14
code/public/static/css/modules/pager/_pager_base.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.__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;
|
||||
}
|
||||
Reference in New Issue
Block a user