UNPKG

466 Btext/lessView Raw
1@import "../../common/less/common-variables.less";
2@import "../../common/less/common-mixins.less";
3
4.pl-pagination {
5 display: table;
6 padding: 0;
7 margin: 0;
8 list-style: none;
9
10 li {
11 .noselect(pointer);
12 display: table-cell;
13 text-align: center;
14 padding: 1rem 1.5rem;
15 color: #999;
16
17 &.disabled, &.disabled:hover, &.disabled.selected {
18 cursor: default;
19 color: #dcdcdc !important;
20 background: none !important;
21 }
22 }
23}