랜드 소유권 변경
This commit is contained in:
@@ -583,17 +583,20 @@ export const FormGroup = styled.div`
|
||||
export const FormRowGroup = styled.div`
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px 40px;
|
||||
gap: 10px 40px;
|
||||
margin-bottom: 24px;
|
||||
`;
|
||||
|
||||
export const FormLabel = styled.label`
|
||||
display: block;
|
||||
//display: block;
|
||||
font-size: 16px;
|
||||
margin-bottom: 8px;
|
||||
min-width: fit-content;
|
||||
font-weight: 700;
|
||||
line-height: 25px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
`;
|
||||
|
||||
export const FormInput = styled.input`
|
||||
|
||||
Reference in New Issue
Block a user