.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 ; | |
min-width: 36px ; | |
max-width: 36px ; | |
height: 36px ; | |
min-height: 36px ; | |
max-height: 36px ; | |
padding: 0 ; | |
font-size: 14px ; | |
} | |
.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; | |
} |