create task rework

This commit is contained in:
Victor Batischev
2024-02-09 15:58:13 +03:00
parent 2c146df294
commit b4f5e6869c
3 changed files with 21 additions and 30 deletions

View File

@ -173,11 +173,13 @@
.executor {
display: flex;
justify-content: space-between;
&:hover {
span {
font-weight: 600;
}
font-weight: 600;
}
span {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
}
@ -334,7 +336,7 @@
}
.createTaskBody {
padding: 10px;
padding: 15px 20px;
display: flex;
column-gap: 20px;
@ -370,8 +372,8 @@
}
.ck-editor__editable.ck-rounded-corners {
min-height: 130px;
max-height: 130px;
min-height: 150px;
max-height: 150px;
}
}
@ -386,10 +388,10 @@
align-items: center;
column-gap: 9.5px;
p {
color: #2d4a17;
font-size: 14px;
font-size: 18px;
font-weight: 500;
line-height: 32px;
padding-left: 15px;
}
img {
@ -405,7 +407,7 @@
.tags {
&__selected {
width: 393px;
width: 250px;
font-weight: 300;
line-height: 18px;
font-size: 15px;
@ -536,7 +538,7 @@
&__name {
color: #000;
width: 393px;
width: 250px;
height: 47px;
font-size: 15px;
font-weight: 400;
@ -584,7 +586,7 @@
.select__executor {
background: #f1f1f1;
width: 393px;
width: 250px;
height: 47px;
font-weight: 300;
line-height: 18px;
@ -604,7 +606,7 @@
&__deadLine {
display: flex;
align-items: center;
column-gap: 18px;
column-gap: 5px;
font-weight: 300;
line-height: 18px;
font-size: 15px;