-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] 나무가 없을 때 diary 뷰 완성 #5
Conversation
@@ -1,7 +1,122 @@ | |||
import React from 'react'; | |||
import styled from 'styled-components'; | |||
|
|||
// import noTreeImage from '../asset/image/BgTreeDiaryEmpty.png'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
주석은 지우기!
import styled from 'styled-components'; | ||
|
||
// import noTreeImage from '../asset/image/BgTreeDiaryEmpty.png'; | ||
import Router from '../components/common/Router'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이고 왜 가져왔지?!
|
||
const StHomeButton = styled.button` | ||
background-color: transparent; | ||
padding: 3px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
우리 px단위아니고 rem이요
font-weight: 700; | ||
font-size: 25px; | ||
line-height: 34px; | ||
text-align: center; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
폰트 전역으로 추가해써 내가!
const StJupGoButton = styled.button` | ||
width: 166px; | ||
height: 46px; | ||
position: absolute; | ||
bottom: 20%; | ||
background-color: #b6e599; | ||
color: white; | ||
border: none; | ||
border-radius: 14px; | ||
font-weight: 700; | ||
font-size: 25px; | ||
line-height: 34px; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
text-align: center; | ||
padding-top: 5px; | ||
`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
css속성우리 컨벤션대로 띄어주세요!
🔥 Related Issues
close #4
🍀 작업 내용
🌈 PR Point
😡 Trouble Shooting
👀 스크린샷 / GIF / 링크