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