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

Commit 037e7b9

Browse files
authored
Merge pull request #2 from topcoder-platform/reskin-payment
Reskin payment - QA issues
2 parents 16b0c39 + 1d11e60 commit 037e7b9

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

css/reskin-2/paymentHistory.css

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ body {
44
background-color: var(--tc-white);
55
}
66

7+
.bigRed {
8+
color: red;
9+
}
10+
711
.page {
812
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 64px);
913
max-width: var(--screen-max);
@@ -196,6 +200,9 @@ body {
196200
padding-left: 16px;
197201
padding-top: 10px;
198202
}
203+
.paymentHistoryDropdown .dropdown-toggle .toggle-value .view-pending-badge {
204+
line-height: 16px;
205+
}
199206
.paymentHistoryDropdown .dropdown-toggle .icon {
200207
align-self: center;
201208
padding: 0 12px;
@@ -228,6 +235,9 @@ body {
228235
padding: 10px 16px;
229236
box-sizing: border-box;
230237
}
238+
.paymentHistoryDropdown .dropdown-menu .item .view-pending-badge {
239+
line-height: 16px;
240+
}
231241
.paymentHistoryDropdown .dropdown-menu .item.active {
232242
background-color: var(--blue-2);
233243
color: var(--tc-black);
@@ -264,9 +274,9 @@ body {
264274
height: 40px;
265275
}
266276
@media (max-width: /* --sm-max */ 959px) {
267-
.no-payments-found {
277+
/* .no-payments-found {
268278
margin: 0 auto 0;
269-
}
279+
} */
270280
}
271281

272282
/* **************** View-All, View Pending **************** */
@@ -736,7 +746,7 @@ body {
736746
}
737747
.form-container .table-pagination:not(.croppedDataBefore):not(.croppedDataAfter)::before,
738748
.form-container .table-pagination:not(.croppedDataBefore):not(.croppedDataAfter)::after {
739-
display: inline-flex;
749+
display: none;
740750
align-items: center;
741751
justify-content: center;
742752
min-width: 56px;
@@ -1114,3 +1124,8 @@ body {
11141124
letter-spacing: 0.5px;
11151125
color: var(--tc-white);
11161126
}
1127+
@media (max-width: /* --sm-max */ 959px) {
1128+
.view-pending-badge {
1129+
display: inline;
1130+
}
1131+
}

0 commit comments

Comments
 (0)