랜드 소유권 변경

This commit is contained in:
2025-03-07 18:32:20 +09:00
parent 04adce4aaf
commit 3efd663f0d
8 changed files with 436 additions and 17 deletions

View File

@@ -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`