summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_pagination.scss
blob: 4fed21ba5fe403b154a9a3653e5040b81da4d876 (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: $dark;
    background-color: $white;
    border-color: $border-color;
    box-shadow: inset 0px -3px $primary;
  }
}