거래내역 조회 필터 뱃지

This commit is contained in:
focp212@naver.com
2025-11-17 18:30:18 +09:00
parent a9943150ad
commit 565e78cd1e
3 changed files with 74 additions and 17 deletions

View File

@@ -554,4 +554,18 @@ main.pop{
.resend-text {
word-break: break-all !important;
}
.filter-btn{
position: relative;
}
.notification-badge2{
position: absolute;
top: 4px;
right: 4px;
width: 10px;
height: 10px;
background-color: #ff4757;
border-radius: 50%;
border: 2px solid var(--color-white);
z-index: 100;
}