mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-25 21:16:21 +00:00
fix pagination styling
This commit is contained in:
parent
9e8c5587e4
commit
3674df48b8
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ td, th {
|
||||||
gap: 1.5em;
|
gap: 1.5em;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
.disabled {
|
||||||
|
opacity: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
& > li {
|
& > li {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue