This commit is contained in:
focp212@naver.com
2025-09-16 17:51:47 +09:00
parent d88ed7398b
commit 378a108201
3 changed files with 59 additions and 14 deletions

View File

@@ -4137,6 +4137,41 @@ ul.txn-amount-detail li span:last-child {
font-size: 4px;
}
.notify-detail-list {
list-style: none;
margin: 10px 0 0;
padding: 0;
}
.notify-content {
position: relative;
top: -8px;
}
.notify-detail-item {
position: relative;
font-size: var(--fs-17);
color: var(--color-666666);
line-height: 1.2;
padding: 0 0 16px 20px;
}
.notify-detail-item a {
text-decoration: underline;
color: var(--color-666666);
}
.notify-detail-item::before {
content: "";
display: inline-block;
width: 3px;
height: 3px;
background: var(--color-666666);
border-radius: 3px;
position: absolute;
left: 5px;
top: 8px;
}
.ic20.arrow-down {
width: 20px;
height: 20px;