This commit is contained in:
2023-07-04 16:19:46 +03:00
parent 1515d72e4f
commit 6e4d2c1dc2
6 changed files with 85 additions and 16 deletions

View File

@ -213,21 +213,22 @@
background: white;
border-radius: 5px;
cursor: pointer;
width: 100%;
position: relative;
min-width: 320px;
width: 100%;
p {
max-width: 150px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 14px;
max-width: 270px;
}
img {
transition: all 0.3s ease;
width: 16px;
height: 16px;
width: 20px;
height: 20px;
}
&__dropDown {
@ -235,12 +236,12 @@
flex-direction: column;
position: absolute;
width: 100%;
padding: 5px;
padding: 9.5px 12px;
top: 35px;
left: 0;
background: white;
border-radius: 5px;
row-gap: 5px;
row-gap: 10px;
.worker {
display: flex;