Skip to content

Commit

Permalink
style: css 선언 순서 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonkyoungme committed Jul 24, 2024
1 parent 43d2794 commit 4cdb0a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/_common/Field/Field.styles.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import { css } from '@emotion/react';

export const s_field = css`
height: 6rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
height: 6rem;
`;

export const s_label = css`
font-weight: 700;
`;

export const s_description = css`
font-weight: 200;
font-size: 0.75rem;
font-weight: 200;
`;

0 comments on commit 4cdb0a2

Please sign in to comment.