Skip to content

Commit

Permalink
Merge pull request #264 from imi21123/test
Browse files Browse the repository at this point in the history
Feat: 진행상황 페이지 새로고침 이미지 수정
  • Loading branch information
imi21123 authored Mar 24, 2024
2 parents defb092 + 08de575 commit 9d8e70d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/views/PageComponent/OrderProgress.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
}
@keyframes rotateAnimation {
from {
transform: rotate(0deg);
transform: rotate(0deg);
}
to {
transform: rotate(-720deg);
transform: rotate(-720deg);
}
}
.rotate-on-click {
Expand Down
1 change: 1 addition & 0 deletions src/pages/OrderDetail/OrderDetail.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
width: 3.125rem;
height: 3.125rem;
background: #fff;
margin-right: 0.75rem;
}

.order_detail__menu_item__option {
Expand Down

0 comments on commit 9d8e70d

Please sign in to comment.