-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [LINKER-118] 트렌드 핫이슈 상세페이지 구현 (#59)
- Loading branch information
Showing
8 changed files
with
45 additions
and
243 deletions.
There are no files selected for viewing
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
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
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,27 +1,10 @@ | ||
import { colors } from '@linker/styles'; | ||
import { style } from '@vanilla-extract/css'; | ||
|
||
export const scheduleWrapper = style({ | ||
display: 'flex', | ||
gap: '1rem', | ||
marginTop: '1.2rem', | ||
export const pageWrapper = style({ | ||
backgroundColor: colors.white, | ||
}); | ||
|
||
export const sideBar = style({ | ||
alignSelf: 'stretch', | ||
width: '0.4rem', | ||
backgroundColor: colors.green, | ||
borderRadius: '2px', | ||
}); | ||
|
||
export const scheduleInfo = style({ | ||
display: 'flex', | ||
flexDirection: 'column', | ||
gap: '0.4rem', | ||
}); | ||
|
||
export const infoItem = style({ | ||
display: 'flex', | ||
alignItems: 'center', | ||
gap: '0.4rem', | ||
export const header = style({ | ||
backgroundColor: colors.white, | ||
}); |
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
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
Oops, something went wrong.