File size: 847 Bytes
0163a2c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.tool_fixed {
    color: var(--button-secondary-text-color);
    background: var(--button-secondary-background-fill);
    border: var(--button-border-width)solid var(--button-secondary-border-color);
    justify-content: center;
    align-self: end;
    align-items: center;
    font-weight: 400;
    line-height: 1;
    width: 36px!important;
    min-width: 36px!important;
    max-width: 36px!important;
    height: 36px!important;
    min-height: 36px!important;
    max-height: 36px!important;
    padding: 0!important;
    font-size: 14px!important;
}

.pmt_item_active {
    background: #c31e1e3b;
}

.g-table-list-pagination-col a {
    padding: 10px;
}

.g-table-list-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.g-pager {
    border: solid 1px gray;
    padding: 3px;
    border-radius: 4px;
}