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 { | ||||
15 | color: $dark; | ||||
16 | background-color: $white; | ||||
17 | border-color: $border-color; | ||||
18 | box-shadow: inset 0px -3px $primary; | ||||
19 | } | ||||
20 | } |