Skip to content

Commit

Permalink
Merge pull request #848 from 42organization/GGFE-86-Style-NotiBar
Browse files Browse the repository at this point in the history
[GGFE-86] Style NotiBar delete + reload 버튼 cursor 스타일 추가
  • Loading branch information
42sungwook authored Jun 20, 2023
2 parents 9fa45c2 + e278511 commit 53fdf36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles/Layout/NotiBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@
padding-bottom: 1.625rem;
.reloadButton {
@include noti-reload-button;
cursor: pointer;
}
.spinReloadButton {
@include noti-reload-button;
opacity: 0.7;
animation: spin 1s infinite;
cursor: not-allowed;
cursor: wait;
}
.deleteButton {
width: 4.3rem;
Expand All @@ -69,6 +70,7 @@
font-size: 0.8rem;
font-family: 'Heebo', sans-serif;
color: rgba(101, 97, 102, 1);
cursor: pointer;
}
}
}
Expand Down

0 comments on commit 53fdf36

Please sign in to comment.