jib actions

This commit is contained in:
CHIEFSOFT\ameye
2023-07-15 11:46:55 -04:00
parent 3a479b3573
commit 5edecb6464
2 changed files with 3 additions and 3 deletions
@@ -109,17 +109,16 @@ function PastDueJobAction({jobDetails}) {
<td> <td>
<div className="flex space-x-2 items-center w-full task_action_panel"> <div className="flex space-x-2 items-center w-full task_action_panel">
<div className="text-xl dark:text-red-700"> <div className="dark:text-red-700">
Time allocated has passed Time allocated has passed
</div> </div>
{/*<div className="flex flex-col flex-[0.9]"> </div>*/}
</div> </div>
</td> </td>
</tr> </tr>
<tr> <tr>
<td> <td>
<div className="flex justify-center items-center"> <div className="flex justify-center items-center">
<button type="button" onClick={popUpHandler} className="w-[150px] h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"> <button type="button" onClick={popUpHandler} className="w-[180px] h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white">
Cancel or Extend Timeline Cancel or Extend Timeline
</button> </button>
</div> </div>
+1
View File
@@ -37,6 +37,7 @@
font-weight: bolder; font-weight: bolder;
font-size: 14px; font-size: 14px;
font-family: Circular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-family: Circular, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
padding: 0px 10px 5px 10px
} }
.heroSilderTitle{ .heroSilderTitle{
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;