blob: d38ce5d28fcf196f3338d94987e50acfead81e69 [file] [log] [blame]
.table-pagination-select {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
select {
width: fit-content;
}
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");
}
}