remove work time

This commit is contained in:
Victor Batischev 2024-02-08 20:06:02 +03:00
parent f738805d1e
commit 2c146df294
3 changed files with 4 additions and 6 deletions

View File

@ -914,7 +914,6 @@ export const ModalTiсket = ({
</div>
<div className="time">
<img src={watch}></img>
<span>Длительность: </span>
<p>
{correctTimerTime(currentTimerCount.hours)}:
{correctTimerTime(currentTimerCount.minute)}:

View File

@ -638,8 +638,8 @@
span {
font-family: "Inter", sans-serif;
font-weight: 500;
font-size: 11px;
color: #807777;
font-size: 12px;
color: #666;
}
.nameProject {
@ -847,8 +847,8 @@
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
margin-top: 10px;
font-size: 13px;
margin-top: 5px;
width: 160px;
p {

View File

@ -972,7 +972,6 @@ export const TicketFullScreen = () => {
</div>
<div className="time">
<img src={watch}></img>
<span>Длительность: </span>
<p>
{correctTimerTime(currentTimerCount.hours)}:
{correctTimerTime(currentTimerCount.minute)}: