Yoshie Muranaka | f9832b0 | 2020-05-12 12:04:46 -0700 | [diff] [blame] | 1 | .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 Muranaka | 01da818 | 2020-07-08 15:46:43 -0700 | [diff] [blame] | 15 | color: theme-color("dark"); |
Yoshie Muranaka | f9832b0 | 2020-05-12 12:04:46 -0700 | [diff] [blame] | 16 | background-color: $white; |
| 17 | border-color: $border-color; |
Yoshie Muranaka | 01da818 | 2020-07-08 15:46:43 -0700 | [diff] [blame] | 18 | box-shadow: inset 0px -3px theme-color("primary"); |
Yoshie Muranaka | f9832b0 | 2020-05-12 12:04:46 -0700 | [diff] [blame] | 19 | } |
| 20 | } |