fix styles

This commit is contained in:
Victor Batischev 2024-02-09 22:50:45 +03:00
parent 56caee4453
commit 4915af89db
4 changed files with 7 additions and 7 deletions

View File

@ -896,7 +896,7 @@ export const ModalTiсket = ({
> >
<img src={calendarIcon} alt="calendar" /> <img src={calendarIcon} alt="calendar" />
<span> <span>
{deadLine ? getCorrectDate(deadLine) : "Срок исполнения:"} {deadLine ? getCorrectDate(deadLine) : "Срок исполнения"}
</span> </span>
</div> </div>
<DatePicker <DatePicker
@ -913,7 +913,7 @@ export const ModalTiсket = ({
/> />
</div> </div>
<div className="time"> <div className="time">
<img src={watch}></img> <p></p>
<p> <p>
{correctTimerTime(currentTimerCount.hours)}: {correctTimerTime(currentTimerCount.hours)}:
{correctTimerTime(currentTimerCount.minute)}: {correctTimerTime(currentTimerCount.minute)}:

View File

@ -847,7 +847,8 @@
.time { .time {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: center;
column-gap: 5px;
font-size: 13px; font-size: 13px;
margin-top: 5px; margin-top: 5px;
width: 160px; width: 160px;

View File

@ -492,8 +492,8 @@ export const TrackerModal = ({
<p>Создание задачи</p> <p>Создание задачи</p>
</div> </div>
</div> </div>
<div className="createTaskBody"> <div className="create-task-body">
<div className="createTaskBody__left"> <div className="create-task-body__left">
<h4>Введите название и описание задачи</h4> <h4>Введите название и описание задачи</h4>
<div className="input-container"> <div className="input-container">
<input <input

View File

@ -558,9 +558,8 @@
border-radius: 8px; border-radius: 8px;
background: #d9d9d9; background: #d9d9d9;
z-index: 8; z-index: 8;
// padding: 0 8px 10px;
top: 30px; top: 30px;
left: -35px;
width: 216px; width: 216px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;