Skip to content

Commit

Permalink
Merge pull request #107 from Minn-Choi/feature/#6
Browse files Browse the repository at this point in the history
design
  • Loading branch information
Minn-Choi authored Dec 11, 2024
2 parents 20969cf + 57a72d1 commit 00fd471
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions src/views/login/mypage/MypageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ const saveProfile = () => {
}
.logout-button {
padding: 6px 12px;
padding: 4px 10px;
background-color: #ffc68d;
color: #000000;
font-size: 12px;
font-size: 11px;
border-radius: 9999px;
transition: background-color 0.3s;
height: 28px;
Expand Down Expand Up @@ -356,6 +356,11 @@ const saveProfile = () => {
margin-right: 12px;
} */
.goal-date{
min-width: 35px;
min-height: 35px;
}
.goal-content {
flex-grow: 1;
font-size: 14px;
Expand Down
2 changes: 1 addition & 1 deletion src/views/mainpage/MainpageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,6 @@ onMounted(() => {
}
.ako-status-icon {
margin-top: -20px;
margin-top: -10px;
}
</style>

0 comments on commit 00fd471

Please sign in to comment.