Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0eaa820

Browse files
committed
reskin-payment: number on pending tab
1 parent 8c018fa commit 0eaa820

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

css/reskin-2/paymentHistory.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,9 @@ body {
196196
padding-left: 16px;
197197
padding-top: 10px;
198198
}
199+
.paymentHistoryDropdown .dropdown-toggle .toggle-value .view-pending-badge {
200+
line-height: 16px;
201+
}
199202
.paymentHistoryDropdown .dropdown-toggle .icon {
200203
align-self: center;
201204
padding: 0 12px;
@@ -228,6 +231,9 @@ body {
228231
padding: 10px 16px;
229232
box-sizing: border-box;
230233
}
234+
.paymentHistoryDropdown .dropdown-menu .item .view-pending-badge {
235+
line-height: 16px;
236+
}
231237
.paymentHistoryDropdown .dropdown-menu .item.active {
232238
background-color: var(--blue-2);
233239
color: var(--tc-black);

0 commit comments

Comments
 (0)