fix task modal and column priority

This commit is contained in:
2023-06-09 03:19:09 +03:00
parent 4e0a44e5a4
commit f4b55a5d79
9 changed files with 189 additions and 46 deletions

View File

@ -423,18 +423,33 @@
}
}
&__select {
&__checkBox {
cursor: pointer;
display: flex;
align-items: center;
img {
margin-left: 18px;
}
span {
color: #252c32;
font-weight: 400;
font-size: 14px;
line-height: 24px;
}
&__box {
width: 20px;
height: 20px;
border-radius: 6px;
border: solid 1px gray;
margin-left: 5px;
display: flex;
justify-content: center;
align-items: center;
img {
width: 18px;
height: 18px;
}
}
}
&__back {