Skip to content

Conversation

saseungmin
Copy link
Collaborator

@saseungmin saseungmin commented Nov 23, 2020

✌ 구현 내용

  • 스터디 그룹 개설하기 (작성하기) 페이지 구현하기
  • 메인 페이지에 Link 버튼 생성하기

📢 이미지

  • 작성 페이지
    image

  • 메인 페이지 버튼
    image

- Implementation of the study recruitment creation only write page
@saseungmin saseungmin added the enhancement New feature or request label Nov 23, 2020
Comment on lines +19 to +31
a {
margin-right: 4rem;
padding: .6rem .9rem .6rem .9rem;
border: 1px solid ${palette.gray[7]};
background: white;
color: ${palette.gray[7]};
font-weight: bold;
border-radius: .7rem;
:hover {
color: white;
background: ${palette.gray[7]};
}
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 버튼이랑 Link 버튼이랑 공통 Styled Component로 만들기 (추후 예정)

Comment on lines +11 to +13
<div>
<textarea rows="10" cols="100" placeholder="내용" />
</div>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saseungmin saseungmin merged commit b0d0ac2 into CodeSoom:main Nov 23, 2020
@saseungmin saseungmin mentioned this pull request Nov 23, 2020
20 tasks
@saseungmin saseungmin deleted the write-study-recruit-page branch July 5, 2021 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant