summaryrefslogtreecommitdiff
path: root/sysret.org/themes/tabi-lean/sass/parts/_pagination.scss
blob: 5361b1ee3f2a58c07d72f074d5b633696deb8ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding: 0;
    font-size: 1em;
    list-style: none;

    .page-item .disabled {
        opacity: 0.5;
        pointer-events: none;
    }

    .page-numbers {
        color: var(--meta-color);
        font-size: 0.9rem;
    }
}