test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user