mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Add pagination components and update some other components
This commit is contained in:
@@ -43,4 +43,19 @@ const StyledHeader = styled(CommonRow)`
|
||||
font-weight: 600;
|
||||
`;
|
||||
|
||||
export { StyledBody, StyledHeader, StyledRow, StyledTable };
|
||||
const StyledFooter = styled.div`
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 15px;
|
||||
background-color: var(--footer-table-color);
|
||||
border-bottom-left-radius: var(--radius-md);
|
||||
border-bottom-right-radius: var(--radius-md);
|
||||
|
||||
border-top: 1px solid var(--border-color);
|
||||
|
||||
&:not(:has(*)) {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
|
||||
export { StyledBody, StyledHeader, StyledRow, StyledTable, StyledFooter };
|
||||
|
||||
Reference in New Issue
Block a user