@@ -187,6 +187,10 @@ body {
187
187
padding-bottom : 132px ;
188
188
}
189
189
190
+ .content--manageProject {
191
+ padding-bottom : 148px ;
192
+ }
193
+
190
194
.content__inner {
191
195
display : block;
192
196
margin : 0 auto;
@@ -375,6 +379,7 @@ body {
375
379
margin-right : 16px ;
376
380
}
377
381
382
+ .manageProject ,
378
383
.viewProjectPayment ,
379
384
.editProjectLink ,
380
385
.projectDetails {
@@ -384,6 +389,11 @@ body {
384
389
margin : 32px auto;
385
390
}
386
391
392
+ .manageProject {
393
+ position : relative;
394
+ }
395
+
396
+ .manageProject__title ,
387
397
.viewProjectPayment__title ,
388
398
.editProjectLink__title ,
389
399
.projectDetails__title {
@@ -397,6 +407,7 @@ body {
397
407
flex-grow : 1 ;
398
408
}
399
409
410
+ .manageProject__sectionHeader ,
400
411
.viewProjectPayment__sectionHeader ,
401
412
.editProjectLink__sectionHeader ,
402
413
.projectDetails__sectionHeader {
@@ -736,6 +747,7 @@ table.scorecard td.headerT {
736
747
.addPayment {
737
748
padding : 3px 16px ;
738
749
font-size : 12px ;
750
+ height : 24px ;
739
751
}
740
752
741
753
table .scorecard td .reviewerResp input {
@@ -892,7 +904,9 @@ table.scorecard td.reviewerResp input {
892
904
.phasesTable__header th ,
893
905
.prizesTable__header th ,
894
906
.resourcesTable__header th ,
907
+ .reviewPaymentTable__header th ,
895
908
.projectListTable__header th ,
909
+ .addResourcesTable__header td .title ,
896
910
.lateDeliverablesTable__header th ,
897
911
.projectPaymentTable__header th {
898
912
height : 30px ;
@@ -915,9 +929,11 @@ table.scorecard td.reviewerResp input {
915
929
.editProjectPaymentTable__header th : first-child ,
916
930
.projectLinkTable__header th : first-child ,
917
931
.myInfoTable__header th : first-child ,
932
+ .addResourcesTable__header td .title : first-child ,
918
933
.timelineTable__header--left th : first-child ,
919
934
.phasesTable__header th : first-child ,
920
935
.prizesTable__header th : first-child ,
936
+ .reviewPaymentTable__header th : first-child ,
921
937
.resourcesTable__header th : first-child ,
922
938
.projectListTable__header th : first-child ,
923
939
.lateDeliverablesTable__header th : first-child ,
@@ -927,6 +943,8 @@ table.scorecard td.reviewerResp input {
927
943
928
944
.editProjectPaymentTable__header th : last-child ,
929
945
.myInfoTable__header th : last-child ,
946
+ .addResourcesTable__header td .title : last-child ,
947
+ .reviewPaymentTable__header th : last-child ,
930
948
.timelineTable__header--right th : last-child ,
931
949
.phasesTable__header th : last-child ,
932
950
.prizesTable__header th : last-child ,
@@ -944,6 +962,10 @@ table.scorecard td.reviewerResp input {
944
962
.resourcesTable__body td ,
945
963
.prizesTable__body td ,
946
964
.projectListTable__body td ,
965
+ .extendRegistration__body td ,
966
+ .extendSubTable__body td ,
967
+ .addResourcesTable__body td ,
968
+ .reviewPaymentTable__body td ,
947
969
.projectPaymentTable__body td {
948
970
height : 56px ;
949
971
font-family : 'Roboto' ;
@@ -2141,13 +2163,29 @@ td.resourcesTable__empty {
2141
2163
background : var (--green );
2142
2164
}
2143
2165
2166
+ .custom-radio label .fixedAmt {
2167
+ font-weight : 500 ;
2168
+ font-size : 14px ;
2169
+ line-height : 22px ;
2170
+ margin-right : 2px ;
2171
+ }
2172
+
2173
+ .custom-radio label .percentage {
2174
+ margin-right : 0 ;
2175
+ }
2176
+
2177
+ .table__error ,
2144
2178
.editProjectLink__error td {
2145
2179
font-family : 'Roboto' ;
2146
2180
font-size : 14px ;
2147
2181
padding-bottom : 18px ;
2148
2182
padding-top : 6px ;
2149
2183
}
2150
2184
2185
+ .table__error {
2186
+ padding-bottom : 0 ;
2187
+ }
2188
+
2151
2189
.selectCustom-add ,
2152
2190
.selectCustom {
2153
2191
position : relative;
@@ -2243,4 +2281,52 @@ td.resourcesTable__empty {
2243
2281
text-align : right;
2244
2282
margin-left : 4px ;
2245
2283
color : var (--black-100 );
2284
+ }
2285
+
2286
+ .addResourcesTable__title th ,
2287
+ .extendSubTable__header th ,
2288
+ .extendRegistration__header th {
2289
+ font-family : 'Barlow' ;
2290
+ font-weight : 600 ;
2291
+ font-size : 18px ;
2292
+ padding : 16px 0 ;
2293
+ line-height : 22px ;
2294
+ text-align : left;
2295
+ text-transform : uppercase;
2296
+ color : var (--black-100 );
2297
+ }
2298
+
2299
+ .addResourcesTable__body td .label ,
2300
+ .extendSubTable__body td .label ,
2301
+ .extendRegistration__body td .label {
2302
+ width : 52% ;
2303
+ }
2304
+
2305
+ .addResourcesTable__body td .input ,
2306
+ .extendRegistration__body td .input ,
2307
+ .extendSubTable__body td .input {
2308
+ height : 74px ;
2309
+ border-bottom : 2px solid var (--black-10 );
2310
+ }
2311
+
2312
+ .addResInput {
2313
+ width : 98% ;
2314
+ text-align : left;
2315
+ }
2316
+
2317
+ .addResourcesTable__body td .input : last-child {
2318
+ border-bottom : none
2319
+ }
2320
+
2321
+ .manageProjectForm {
2322
+ margin-bottom : 0 ;
2323
+ }
2324
+
2325
+ .reviewPaymentTable__body td {
2326
+ height : 74px ;
2327
+ }
2328
+
2329
+ .viewManageButtom {
2330
+ position : absolute;
2331
+ right : 0 ;
2246
2332
}
0 commit comments