blob: 4fed21ba5fe403b154a9a3653e5040b81da4d876 [file] [log] [blame]
Yoshie Muranakaf9832b02020-05-12 12:04:46 -07001.table-pagination-select {
2 display: flex;
3 flex-direction: row-reverse;
4 select {
5 width: fit-content;
6 }
7 label {
8 margin-left: $spacer;
9 line-height: $spacer * 2;
10 }
11}
12
13.b-pagination {
14 .page-item.active button {
15 color: $dark;
16 background-color: $white;
17 border-color: $border-color;
18 box-shadow: inset 0px -3px $primary;
19 }
20}