Added modal to tracker

This commit is contained in:
MaxOvs19
2023-03-07 19:40:52 +03:00
parent 22e70549a9
commit b80824088d
5 changed files with 283 additions and 223 deletions

View File

@ -5,9 +5,9 @@ import creatorMock from "../../../images/avatarMoсkCreator.png";
import avatarMock1 from "../../../images/avatarMoсk1.png";
import avatarMock2 from "../../../images/avatarMoсk2.png";
import category from "../../../images/category.png";
import comments from "../../../images/comments.png";
import comments from "../../../images/commentsBoard.svg";
import watch from "../../../images/watch.png";
import files from "../../../images/files.png";
import files from "../../../images/filesBoard.svg";
import task from "../../../images/tasksMock.png";
import arrow from "../../../images/arrowStart.png";
@ -88,7 +88,7 @@ export const ModalTiket = ({ active, setActive }) => {
})}
</div>
<div className="add-worker">
<div className="add-worker moreItems">
<button>+</button>
<span>Добавить участников</span>
</div>

View File

@ -134,14 +134,26 @@
}
button {
cursor: pointer;
background: #8bcc60;
border-radius: 44px;
width: 33px;
height: 33px;
display: flex;
justify-content: center;
align-items: center;
border: none;
color: white;
font-size: 17px;
}
}
.start {
margin-top: 25px;
width: 151px;
height: 40px;
border: none;
color: white;
background: #1458dd;
border-radius: 44px;