Skip to content

Commit

Permalink
[Style] [GGFE-86] NotiBar delete + reload 버튼에 cursor 스타일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
박형준 authored and 박형준 committed Jun 20, 2023
1 parent 5af5593 commit e278511
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 e278511

Please sign in to comment.