-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] 공통 Modal 구현 및 적용, 홈 & 소개 탭 UI 수정사항 반영 (#164)
* design: 소개탭 헤더 수정 * design: 핵심 가치 수정 * design: 커리큘럼, 임원진 ㅅ정 * design: 간단한 디자인 수정사항 반영 * feat: 소개탭 헤더 Info Modal 구현 * feat: Modal 컴포넌트, 스타일, 훅 공통으로 분리 * fix: Modal 공통 컴포넌트 다시 제대로 분리 * feat: 공통 Modal 공통 '서브컬러'에 적용 * move: home 디렉토리->HomeSection으로 이름 변경 * feat: 홈 Modal '파트별소개', '최신소식' 연결 * design: 주용오빠 뷰 변경사항 반영 * feat: 지원하기탭 헤더에 공통모달 적용 * fix: 코드리뷰 반영
- Loading branch information
Showing
36 changed files
with
397 additions
and
155 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
58 changes: 41 additions & 17 deletions
58
src/components/org/OrgAdmin/AboutSection/HeaderBanner/index.tsx
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
11 changes: 11 additions & 0 deletions
11
src/components/org/OrgAdmin/AboutSection/HeaderBanner/style.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 |
---|---|---|
@@ -1,6 +1,17 @@ | ||
import styled from '@emotion/styled'; | ||
import { colors } from '@sopt-makers/colors'; | ||
|
||
export const StStretchContainer = styled.section` | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: baseline; | ||
`; | ||
export const StContentWrapper = styled.div` | ||
display: flex; | ||
flex-direction: column; | ||
`; | ||
|
||
export const StInfoButton = styled.button` | ||
color: ${colors.white}; | ||
width: 20px; | ||
`; |
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.