-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: cube 색상 추가 #35 * fix: cube 색상 추가 된 것에 따라 코드 수정 #35 * feat: cube component의 props 추가 (count) #35 * feat: cube component 의 props 추가 (maxCount) #35 * fix: 수정된 cube props 에 맞게 코드 수정 #35 * feat: floar 와 bar component 를 한 개로 합치기 #35 * chore: garden mocks data 수정 #35 * feat: bar component 에서 width, height props 로 받아서 넣기. #35 * #chore: cube component props 명 변경 #35 * fix: cube component 변수명 변경에 따른 코드 수정 #35 * chore: garden component props 에 cubeSize 추가 #35 * chore: garden component props 변수명 수정 - cubeSizeHalf -> cubeSize #35 * fix: 변경된 garden의 props에 맞게 코드 수정 #35 * chore: garden component props 추가 (cubeGap) #35 * feat: 변경된 garden props 에 맞게 코드 변경 #35 * refactor: css의 빈 줄 삭제 #35
- Loading branch information
Showing
8 changed files
with
51 additions
and
122 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 was deleted.
Oops, something went wrong.
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
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,29 +1,22 @@ | ||
.container { | ||
width: 600px; | ||
height: 300px; | ||
|
||
position: relative; | ||
|
||
overflow: hidden; | ||
} | ||
|
||
.scene { | ||
width: inherit; | ||
height: inherit; | ||
|
||
position: absolute; | ||
|
||
transform-style: preserve-3d; | ||
} | ||
|
||
.fake_scene { | ||
width: inherit; | ||
height: inherit; | ||
|
||
perspective: 800px; | ||
|
||
position: absolute; | ||
top: -380px; | ||
|
||
transform-style: preserve-3d; | ||
} |
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