mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Implement pagination for table user and room
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import Button from '@commonStyle/Button';
|
||||
import styled from 'styled-components';
|
||||
|
||||
const StyledForm = styled.form`
|
||||
@@ -35,4 +36,13 @@ const Error = styled.p`
|
||||
width: 220px;
|
||||
`;
|
||||
|
||||
export { StyledForm, StyledActionBtn, StyledFormRow, Label, Error };
|
||||
const FormBtn = styled(Button)`
|
||||
width: 100%;
|
||||
|
||||
&:disabled,
|
||||
&[disabled] {
|
||||
background-color: var(--disabled-btn-color);
|
||||
}
|
||||
`;
|
||||
|
||||
export { StyledForm, StyledActionBtn, StyledFormRow, Label, Error, FormBtn };
|
||||
|
||||
Reference in New Issue
Block a user