add ModalTicketToReport and add OpenRequest, fix

LandingTracker, fix url ModalTicket
This commit is contained in:
2024-07-04 16:54:34 +03:00
parent b396201cdf
commit a367f8b09c
14 changed files with 1499 additions and 1155 deletions

View File

@ -1178,33 +1178,35 @@
font-size: 14px;
line-height: 32px;
div {
display: flex;
cursor: pointer;
align-items: center;
padding-left: 10px;
.bottom {
&-button {
display: flex;
cursor: pointer;
align-items: center;
padding-left: 10px;
img {
width: 11px;
img {
width: 11px;
}
p {
margin: 0 0 0 5px;
}
&.edit {
background: #52b709;
border-radius: 50px;
width: fit-content;
p {
font-weight: 700;
padding-right: 10px;
}
}
p:hover {
text-decoration: underline;
}
}
p {
margin: 0 0 0 5px;
}
}
.edit {
background: #52b709;
border-radius: 50px;
width: fit-content;
p {
font-weight: 700;
padding-right: 10px;
}
}
p:hover {
text-decoration: underline;
}
}
}