summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_pagination.scss
blob: 0c2ac85c8c4dc1bdfeb3fc900e98981ad0143ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.table-pagination-select {
  display: flex;
  flex-direction: row-reverse;
  select {
    width: fit-content;
  }
  label {
    margin-left: $spacer;
    line-height: $spacer * 2;
  }
}

.b-pagination {
  .page-item.active button {
    color: theme-color("dark");
    background-color: $white;
    border-color: $border-color;
    box-shadow: inset 0px -3px theme-color("primary");
  }
}