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

@ -57,6 +57,32 @@
position: absolute;
bottom: -85px;
right: -150px;
&::before {
content: "Не нужно заваривать мышь";
display: flex;
align-items: center;
position: relative;
top: 100px;
left: -80px;
width: 182px;
height: 106px;
border-radius: 8px;
border: 0.5px solid #ffffff;
background: linear-gradient(
110.06deg,
rgba(255, 255, 255, 0.34) 0%,
rgba(199, 206, 198, 0.34) 99.25%
);
backdrop-filter: blur(8.6999998093px);
box-shadow: 10px 9px 14px 0 rgba(0, 0, 0, 0.06);
padding: 0 15px;
font-size: 17px;
font-weight: 700;
line-height: 19.72px;
letter-spacing: 0.01em;
text-align: center;
}
}
}