This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 1 file changed +18
-3
lines changed 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 4
4
background-color : var (--tc-white );
5
5
}
6
6
7
+ .bigRed {
8
+ color : red;
9
+ }
10
+
7
11
.page {
8
12
min-height : calc (100vh - var (--header-height ) - var (--footer-height ) - 64px );
9
13
max-width : var (--screen-max );
@@ -196,6 +200,9 @@ body {
196
200
padding-left : 16px ;
197
201
padding-top : 10px ;
198
202
}
203
+ .paymentHistoryDropdown .dropdown-toggle .toggle-value .view-pending-badge {
204
+ line-height : 16px ;
205
+ }
199
206
.paymentHistoryDropdown .dropdown-toggle .icon {
200
207
align-self : center;
201
208
padding : 0 12px ;
@@ -228,6 +235,9 @@ body {
228
235
padding : 10px 16px ;
229
236
box-sizing : border-box;
230
237
}
238
+ .paymentHistoryDropdown .dropdown-menu .item .view-pending-badge {
239
+ line-height : 16px ;
240
+ }
231
241
.paymentHistoryDropdown .dropdown-menu .item .active {
232
242
background-color : var (--blue-2 );
233
243
color : var (--tc-black );
@@ -264,9 +274,9 @@ body {
264
274
height : 40px ;
265
275
}
266
276
@media (max-width : /* --sm-max */ 959px ) {
267
- .no-payments-found {
277
+ /* .no-payments-found {
268
278
margin: 0 auto 0;
269
- }
279
+ } */
270
280
}
271
281
272
282
/* **************** View-All, View Pending **************** */
@@ -736,7 +746,7 @@ body {
736
746
}
737
747
.form-container .table-pagination : not (.croppedDataBefore ): not (.croppedDataAfter )::before ,
738
748
.form-container .table-pagination : not (.croppedDataBefore ): not (.croppedDataAfter )::after {
739
- display : inline-flex ;
749
+ display : none ;
740
750
align-items : center;
741
751
justify-content : center;
742
752
min-width : 56px ;
@@ -1114,3 +1124,8 @@ body {
1114
1124
letter-spacing : 0.5px ;
1115
1125
color : var (--tc-white );
1116
1126
}
1127
+ @media (max-width : /* --sm-max */ 959px ) {
1128
+ .view-pending-badge {
1129
+ display : inline;
1130
+ }
1131
+ }
You can’t perform that action at this time.
0 commit comments