tracker add task fix

This commit is contained in:
Victor Batischev
2024-01-30 20:02:28 +03:00
parent 7a5d6fc9ec
commit a32533fdea
5 changed files with 33 additions and 34 deletions

View File

@ -31,7 +31,7 @@
align-items: center;
flex-direction: column;
row-gap: 8px;
margin-bottom: 10px;
padding-bottom: 10px;
.select-priority {
background-color: white;
@ -296,7 +296,7 @@
.createTaskHead {
width: 100%;
padding: 30px 42px 18px;
padding: 5px 10px;
display: flex;
column-gap: 9.5px;
align-items: center;
@ -325,9 +325,9 @@
}
.createTaskBody {
padding: 13px 43px 46px 42px;
padding: 10px;
display: flex;
column-gap: 55px;
column-gap: 20px;
&__left {
display: flex;
@ -336,7 +336,8 @@
color: #263238 !important;
font-size: 16px;
line-height: 19.2px;
margin-bottom: 25px;
margin-bottom: 15px;
margin-left: 5px;
}
.input-container {
@ -360,8 +361,8 @@
}
.ck-editor__editable.ck-rounded-corners {
min-height: 110px;
max-height: 110px;
min-height: 130px;
max-height: 130px;
}
}
@ -399,7 +400,7 @@
font-weight: 300;
line-height: 18px;
font-size: 15px;
margin-bottom: 17.5px;
margin-bottom: 10px;
border-radius: 8px;
display: flex;
flex-direction: column;
@ -579,7 +580,6 @@
font-weight: 300;
line-height: 18px;
font-size: 15px;
margin-bottom: 27px;
z-index: 100;
}
@ -600,7 +600,7 @@
line-height: 18px;
font-size: 15px;
position: relative;
margin-bottom: 22px;
margin: 8px 0 30px;
span {
color: #6f6f6f;