DonorsColumns.module.scss
4 years ago
DonorsColumns.tsx
4 years ago
DonorsListTable.tsx
4 years ago
DonorsRowActions.module.scss
4 years ago
DonorsRowActions.tsx
4 years ago
DonorsRowActions.module.scss
30 lines
| 1 | :global { |
| 2 | td:first-child { |
| 3 | padding-block: 0; |
| 4 | height: 7rem; |
| 5 | |
| 6 | & > input { |
| 7 | margin-block-end: 2px; |
| 8 | } |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | .action > * + ::before { |
| 13 | position: absolute; |
| 14 | content: ""; |
| 15 | inset-block: auto; |
| 16 | inset-inline-start: calc(-1.0625rem); |
| 17 | block-size: 110%; |
| 18 | inline-size: 0.125rem; |
| 19 | background-color: #dedede; |
| 20 | } |
| 21 | |
| 22 | .container { |
| 23 | position: absolute; |
| 24 | left: 4.6125rem; |
| 25 | display: flex; |
| 26 | align-items: center; |
| 27 | column-gap: 2rem; |
| 28 | word-break: keep-all; |
| 29 | } |
| 30 |