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

View File

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

View File

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

View File

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