@@ -728,6 +728,8 @@ table.scorecard td.headerT {
728
728
.phaseButton ,
729
729
.deletePayment ,
730
730
.backToHome ,
731
+ .addResource ,
732
+ .deleteResource ,
731
733
.editPaymentBtn ,
732
734
.returnBtn {
733
735
display : inline-flex;
@@ -744,13 +746,24 @@ table.scorecard td.headerT {
744
746
border : 2px solid var (--turq-160 );
745
747
border-radius : 24px ;
746
748
color : var (--turq-160 );
749
+ cursor : pointer;
747
750
text-decoration : none !important ;
748
751
}
749
752
750
753
.editPaymentBtn {
751
754
margin-right : 12px ;
752
755
}
753
756
757
+ .deleteResource ,
758
+ .addResource {
759
+ padding : 4px 18px ;
760
+ font-size : 13px ;
761
+ line-height : 24px ;
762
+ height : 32px ;
763
+ }
764
+
765
+ .addResource : hover ,
766
+ .deleteResource : hover ,
754
767
.addPayment : hover ,
755
768
.phaseButton : hover ,
756
769
.deletePayment : hover ,
@@ -762,7 +775,9 @@ table.scorecard td.headerT {
762
775
border-color : var (--turq-140 ) !important ;
763
776
}
764
777
778
+ .addResource : active ,
765
779
.addPayment : active ,
780
+ .deleteResource : active ,
766
781
.phaseButton : active ,
767
782
.deletePayment : active ,
768
783
.submit__btn : active ,
@@ -938,6 +953,7 @@ table.scorecard td.reviewerResp input {
938
953
.resourcesTable__header th ,
939
954
.reviewPaymentTable__header th ,
940
955
.projectListTable__header th ,
956
+ .editPrizeTable__header td .header ,
941
957
.addResourcesTable__header td .title ,
942
958
.lateDeliverablesTable__header th ,
943
959
.projectPaymentTable__header th {
@@ -954,6 +970,12 @@ table.scorecard td.reviewerResp input {
954
970
padding : 0 16px ;
955
971
}
956
972
973
+ .editPrizeTable__header td .header {
974
+ border-top : none;
975
+ vertical-align : middle;
976
+ }
977
+
978
+
957
979
.projectLinkTable__header th {
958
980
padding-right : 8px ;
959
981
}
@@ -969,6 +991,7 @@ table.scorecard td.reviewerResp input {
969
991
.reviewPaymentTable__header th : first-child ,
970
992
.resourcesTable__header th : first-child ,
971
993
.projectListTable__header th : first-child ,
994
+ .editPrizeTable__header td .header : first-child ,
972
995
.lateDeliverablesTable__header th : first-child ,
973
996
.projectPaymentTable__header th : first-child {
974
997
border-top-left-radius : 8px ;
@@ -981,6 +1004,7 @@ table.scorecard td.reviewerResp input {
981
1004
.reviewPaymentTable__header th : last-child ,
982
1005
.timelineTable__header--right th : last-child ,
983
1006
.phasesTable__header th : last-child ,
1007
+ .editPrizeTable__header td .header : last-child ,
984
1008
.prizesTable__header th : last-child ,
985
1009
.resourcesTable__header th : last-child ,
986
1010
.projectListTable__header th : last-child ,
@@ -993,10 +1017,13 @@ table.scorecard td.reviewerResp input {
993
1017
.editProjectPaymentTable__body td ,
994
1018
.timelineTable__body td ,
995
1019
.phasesTable__body td ,
1020
+ .editProjectDetailsTable__body td ,
1021
+ .editPrizeTable__body td ,
996
1022
.resourcesTable__body td ,
997
1023
.prizesTable__body td ,
998
1024
.preferencesTable__body td ,
999
1025
.editPhaseTable__body td ,
1026
+ .editResourceTable__body td ,
1000
1027
.projectListTable__body td ,
1001
1028
.extendRegistration__body td ,
1002
1029
.extendSubTable__body td ,
@@ -1014,6 +1041,19 @@ table.scorecard td.reviewerResp input {
1014
1041
border-top : 2px solid var (--black-10 );
1015
1042
}
1016
1043
1044
+ .editProjectDetailsTable__body td {
1045
+ padding : 16px ;
1046
+ width : 50% ;
1047
+ }
1048
+
1049
+ .editProjectDetailsTable__body td .selectCustom {
1050
+ width : 100% ;
1051
+ }
1052
+
1053
+ .editProjectDetailsTable__body tr td : first-child {
1054
+ border-right : 2px solid var (--black-10 );
1055
+ }
1056
+
1017
1057
.editPhaseTable__body td {
1018
1058
padding : 18px 8px 16px 16px ;
1019
1059
vertical-align : top;
@@ -1342,6 +1382,7 @@ td.resourcesTable__empty {
1342
1382
box-sizing : border-box;
1343
1383
}
1344
1384
1385
+ .select-custom-wrapper ,
1345
1386
.custom-select-wrapper {
1346
1387
position : relative;
1347
1388
user-select : none;
@@ -1385,6 +1426,7 @@ td.resourcesTable__empty {
1385
1426
border-color : var (--turq-160 );
1386
1427
}
1387
1428
1429
+ .selectCustom__label ,
1388
1430
.custom-select__label {
1389
1431
font-weight : 500 ;
1390
1432
font-size : 11px ;
@@ -1393,6 +1435,15 @@ td.resourcesTable__empty {
1393
1435
margin-left : 10px ;
1394
1436
}
1395
1437
1438
+ .selectCustom__label {
1439
+ position : relative;
1440
+ top : 7px ;
1441
+ }
1442
+
1443
+ .selectedText--label {
1444
+ padding : 10px 10px 0 10px ;
1445
+ }
1446
+
1396
1447
.greyText ,
1397
1448
.custom-select__trigger {
1398
1449
position : relative;
@@ -1531,6 +1582,7 @@ td.resourcesTable__empty {
1531
1582
font-family : 'Roboto' ;
1532
1583
}
1533
1584
1585
+ .projectDetails__inputText ,
1534
1586
.lateDeliverables__inputText ,
1535
1587
.support__inputText {
1536
1588
display : flex;
@@ -1547,9 +1599,11 @@ td.resourcesTable__empty {
1547
1599
margin-bottom : 18px ;
1548
1600
}
1549
1601
1602
+ .projectDetails__inputText label ,
1550
1603
.lateDeliverables__inputText label ,
1551
1604
.support__inputText label ,
1552
1605
.support__message label ,
1606
+ .explanation label ,
1553
1607
.contactManager label {
1554
1608
font-family : 'Roboto' ;
1555
1609
font-style : normal;
@@ -1559,9 +1613,11 @@ td.resourcesTable__empty {
1559
1613
color : var (--turq-160 );
1560
1614
}
1561
1615
1616
+ .projectDetails__inputText input ,
1562
1617
.lateDeliverables__inputText input ,
1563
1618
.support__inputText input ,
1564
1619
.support__message textarea ,
1620
+ .explanation textarea ,
1565
1621
.contactManager textarea {
1566
1622
font-family : 'Roboto' ;
1567
1623
font-style : normal;
@@ -1590,9 +1646,11 @@ td.resourcesTable__empty {
1590
1646
1591
1647
.inputDate : hover : not ([disabled ]),
1592
1648
.inputTime : hover : not ([disabled ]),
1649
+ .resourceHandle : hover : not ([disabled ]),
1593
1650
.edit__inputBoxDuration : hover : not ([disabled ]),
1594
1651
.editInputBox : hover : not ([disabled ]),
1595
1652
.lateDeliverables__input : hover ,
1653
+ .explanation__message : hover ,
1596
1654
.contactManager__message : hover ,
1597
1655
.support__input : hover ,
1598
1656
.support__message : hover {
@@ -1615,9 +1673,12 @@ td.resourcesTable__empty {
1615
1673
.inputTime : focus ,
1616
1674
.edit__inputBoxDuration : focus ,
1617
1675
.editInputBox : focus ,
1676
+ .resourceHandle : focus ,
1677
+ .projectDetails__inputText input : focus ,
1618
1678
.lateDeliverables__inputText input : focus ,
1619
1679
.support__inputText input : focus ,
1620
1680
.support__message textarea : focus ,
1681
+ .explanation textarea : focus ,
1621
1682
.contactManager textarea : focus {
1622
1683
outline : none;
1623
1684
}
@@ -1750,13 +1811,18 @@ td.resourcesTable__empty {
1750
1811
align-items : center;
1751
1812
}
1752
1813
1814
+ .explanation {
1815
+ width : 100% ;
1816
+ }
1817
+
1753
1818
.contactManager__category {
1754
1819
font-family : 'Roboto' ;
1755
1820
width : 440px ;
1756
1821
margin : 24px 0 16px ;
1757
1822
}
1758
1823
1759
1824
.contactManager__message ,
1825
+ .explanation__message ,
1760
1826
.support__message {
1761
1827
display : flex;
1762
1828
flex-direction : column;
@@ -1770,6 +1836,12 @@ td.resourcesTable__empty {
1770
1836
padding : 8px 10px 1px ;
1771
1837
}
1772
1838
1839
+ .explanation__message {
1840
+ margin : 16px 0 16px ;
1841
+ height : 120px ;
1842
+ width : 100% ;
1843
+ }
1844
+
1773
1845
.contactManager__message {
1774
1846
width : 440px ;
1775
1847
height : 120px ;
@@ -2269,15 +2341,29 @@ td.resourcesTable__empty {
2269
2341
display : none;
2270
2342
}
2271
2343
2344
+ .selectCustom label {
2345
+ display : none;
2346
+ }
2347
+
2272
2348
.select-selected {
2273
2349
background-color : var (--tc-white );
2274
2350
}
2275
2351
2352
+ .select-label {
2353
+ height : 48px !important ;
2354
+ padding : 0 !important ;
2355
+ }
2356
+
2357
+ .with-label .select-selected : after {
2358
+ top : 24px !important ;
2359
+ }
2360
+
2276
2361
.inputDate : disabled ,
2277
2362
.inputTime : disabled ,
2278
2363
.custom-select .disabled ,
2279
2364
.edit__inputBoxDuration : disabled ,
2280
2365
.editInputBox : disabled ,
2366
+ .resourceHandle : disabled ,
2281
2367
.select-selected .disabled {
2282
2368
color : var (--black-60 );
2283
2369
background : var (--black-10 );
@@ -2323,6 +2409,10 @@ td.resourcesTable__empty {
2323
2409
z-index : 99 ;
2324
2410
}
2325
2411
2412
+ .with-label .select-items {
2413
+ top : 50px ;
2414
+ }
2415
+
2326
2416
.select-hide {
2327
2417
display : none;
2328
2418
}
@@ -2345,6 +2435,7 @@ td.resourcesTable__empty {
2345
2435
.inputDate ,
2346
2436
.inputTime ,
2347
2437
.editInputBox ,
2438
+ .resourceHandle ,
2348
2439
.edit__inputBoxDuration {
2349
2440
padding : 12px 10px ;
2350
2441
width : 80px ;
@@ -2365,6 +2456,11 @@ td.resourcesTable__empty {
2365
2456
margin : 0 0 8px ;
2366
2457
}
2367
2458
2459
+ .resourceHandle {
2460
+ width : 52% ;
2461
+ text-align : left;
2462
+ }
2463
+
2368
2464
.inputTime {
2369
2465
width : 58px ;
2370
2466
text-align : left;
@@ -2415,6 +2511,12 @@ td.resourcesTable__empty {
2415
2511
margin-bottom : 0 ;
2416
2512
}
2417
2513
2514
+ .editPrizeTable__body td .center {
2515
+ text-align : center;
2516
+ }
2517
+
2518
+ .editResourceTable__body td ,
2519
+ .editPrizeTable__body td ,
2418
2520
.reviewPaymentTable__body td {
2419
2521
height : 74px ;
2420
2522
}
@@ -2483,3 +2585,14 @@ td.resourcesTable__empty {
2483
2585
display : flex;
2484
2586
gap : 60px ;
2485
2587
}
2588
+
2589
+ .scorecard__label .selectCustom {
2590
+ width : 82% ;
2591
+ }
2592
+
2593
+ .resource__select {
2594
+ display : flex;
2595
+ gap : 8px ;
2596
+ width : 75% ;
2597
+ align-items : center;
2598
+ }
0 commit comments