-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
design: '약속 후보 날짜 선택'과 '약속 시간 범위 선택' 사이에 간격을 설정
- Loading branch information
1 parent
c0b535b
commit 4a7062b
Showing
2 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
frontend/src/pages/CreateMeetingPage/components/MeetingDateTime/MeetingDateTime.styles.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { css } from '@emotion/react'; | ||
|
||
export const s_container = css` | ||
display: flex; | ||
flex-direction: column; | ||
gap: 2.4rem; | ||
`; | ||
|
||
export const s_dateCandidateSelector = css` | ||
display: flex; | ||
flex-direction: column; | ||
gap: 1.2rem; | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters