.table-pagination-select { display: flex; flex-direction: row-reverse; justify-content: flex-end; select { width: fit-content; margin: auto !important; padding-top: 5px !important; height: auto !important; background-color: inherit !important; border: 1px solid $gray-20 !important; } label { margin-left: $spacer; line-height: $spacer * 2; } } .b-pagination { @include media-breakpoint-up(sm) { justify-content: flex-end; } .page-item.active button { color: theme-color("dark"); background-color: color("white"); border-color: $border-color; box-shadow: inset 0px -3px theme-color("primary"); } }