blob: 0c2ac85c8c4dc1bdfeb3fc900e98981ad0143ed0 [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 {
Yoshie Muranaka01da8182020-07-08 15:46:43 -070015 color: theme-color("dark");
Yoshie Muranakaf9832b02020-05-12 12:04:46 -070016 background-color: $white;
17 border-color: $border-color;
Yoshie Muranaka01da8182020-07-08 15:46:43 -070018 box-shadow: inset 0px -3px theme-color("primary");
Yoshie Muranakaf9832b02020-05-12 12:04:46 -070019 }
20}