tracker fixes
This commit is contained in:
@ -30,7 +30,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin: 0 0 15px 0;
|
||||
row-gap: 5px;
|
||||
|
||||
.select-priority {
|
||||
@ -79,7 +78,7 @@
|
||||
}
|
||||
|
||||
.input-container {
|
||||
width: 320px;
|
||||
width: 100%;
|
||||
height: 35px;
|
||||
background: #ffffff;
|
||||
border-radius: 8px;
|
||||
@ -91,7 +90,7 @@
|
||||
}
|
||||
|
||||
.ck-editor {
|
||||
max-width: 320px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ck-editor__editable.ck-rounded-corners {
|
||||
@ -104,6 +103,10 @@
|
||||
border-radius: 8px 8px 0 0 !important;
|
||||
}
|
||||
|
||||
.ck-placeholder {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.ck-content {
|
||||
border: none !important;
|
||||
border-radius: 0 0 8px 8px !important;
|
||||
@ -111,7 +114,7 @@
|
||||
}
|
||||
|
||||
.select__executor {
|
||||
width: 320px;
|
||||
width: 100%;
|
||||
background: white;
|
||||
border-radius: 8px;
|
||||
margin: 5px 0;
|
||||
@ -215,6 +218,7 @@
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
min-width: 320px;
|
||||
height: 42px;
|
||||
width: 100%;
|
||||
|
||||
p {
|
||||
@ -237,7 +241,7 @@
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
padding: 9.5px 12px;
|
||||
top: 35px;
|
||||
top: 48px;
|
||||
left: 0;
|
||||
background: white;
|
||||
border-radius: 5px;
|
||||
@ -286,6 +290,11 @@
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.addPersonBtn {
|
||||
margin: 0 auto 0 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.modal-add.active {
|
||||
transform: scale(1);
|
||||
}
|
||||
@ -293,8 +302,13 @@
|
||||
.exit {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
right: 40px;
|
||||
top: 15px;
|
||||
right: 20px;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
&:before,
|
||||
&:after {
|
||||
|
Reference in New Issue
Block a user