Skip to content

Commit 21a32ea

Browse files
committed
fix: contact manager edits
1 parent c7ea21a commit 21a32ea

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

web/css/reskin-or/reskin.css

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,27 +1414,13 @@ td.resourcesTable__empty {
14141414
width: 7px;
14151415
}
14161416

1417-
.arrow::before,
14181417
.arrow::after {
1419-
content: "";
1418+
content: url('/i/reskin/arrow-down-sm.svg');
14201419
position: absolute;
1421-
bottom: 0px;
1422-
width: 0.09rem;
1420+
right: 1px;
14231421
height: 100%;
14241422
}
14251423

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-
14381424
.lateDeliverables__basic,
14391425
.lateDeliverables__advanced,
14401426
.lateDeliverables__results {
@@ -1510,12 +1496,16 @@ td.resourcesTable__empty {
15101496
line-height: 22px;
15111497
padding: 0;
15121498
margin-bottom: 4px;
1513-
color: #7f7f7f;
1499+
color: var(--black-100);
15141500
border: none;
15151501
resize: none;
15161502
width: 100%;
15171503
}
15181504

1505+
.contactManager textarea {
1506+
margin-top: 7px;
1507+
}
1508+
15191509
.support__message {
15201510
margin-bottom: 18px;
15211511
}

0 commit comments

Comments
 (0)