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