File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -1414,27 +1414,13 @@ td.resourcesTable__empty {
1414
1414
width : 7px ;
1415
1415
}
1416
1416
1417
- .arrow ::before ,
1418
1417
.arrow ::after {
1419
- content : "" ;
1418
+ content : url ( '/i/reskin/arrow-down-sm.svg' ) ;
1420
1419
position : absolute;
1421
- bottom : 0px ;
1422
- width : 0.09rem ;
1420
+ right : 1px ;
1423
1421
height : 100% ;
1424
1422
}
1425
1423
1426
- .arrow ::before {
1427
- left : -2px ;
1428
- transform : rotate (-45deg );
1429
- background-color : var (--turq-160 );
1430
- }
1431
-
1432
- .arrow ::after {
1433
- left : 2px ;
1434
- transform : rotate (45deg );
1435
- background-color : var (--turq-160 );
1436
- }
1437
-
1438
1424
.lateDeliverables__basic ,
1439
1425
.lateDeliverables__advanced ,
1440
1426
.lateDeliverables__results {
@@ -1510,12 +1496,16 @@ td.resourcesTable__empty {
1510
1496
line-height : 22px ;
1511
1497
padding : 0 ;
1512
1498
margin-bottom : 4px ;
1513
- color : # 7f7f7f ;
1499
+ color : var ( --black-100 ) ;
1514
1500
border : none;
1515
1501
resize : none;
1516
1502
width : 100% ;
1517
1503
}
1518
1504
1505
+ .contactManager textarea {
1506
+ margin-top : 7px ;
1507
+ }
1508
+
1519
1509
.support__message {
1520
1510
margin-bottom : 18px ;
1521
1511
}
You can’t perform that action at this time.
0 commit comments