2021-06-10 13:23:01 +08:00

105 lines
2.9 KiB
SCSS
Vendored

.task-add {
.task-add-form,
.task-add-advanced {
margin: 0 0 -18px;
.ivu-form-item-label {
font-weight: 600;
}
.teditor-box {
.tox-tinymce {
border-color: #e8e8e8;
}
.tox .tox-statusbar,
.tox .tox-menubar+.tox-toolbar,
.tox .tox-menubar+.tox-toolbar-overlord .tox-toolbar__primary,
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
border-color: #e8e8e8;
}
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
background-image: none;
border-bottom: 1px solid #e8e8e8;
}
}
.advanced-option {
margin-top: -6px;
z-index: 1;
display: flex;
align-items: center;
> button {
transition: margin 0.2s;
&.advanced {
margin-left: 22px;
}
&:focus {
box-shadow: none;
}
}
.advanced-priority {
display: flex;
align-items: center;
margin-left: 24px;
height: 34px;
> li {
list-style: none;
margin-left: 3px;
.iconfont {
font-size: 34px;
cursor: pointer;
}
}
}
}
}
.task-add-advanced {
margin: 1px 0 0;
padding: 34px 32px 6px;
border-radius: 8px;
border: 1px solid #e8e8e8;
.subtasks {
margin-bottom: 24px;
padding: 12px 16px;
border-radius: 6px;
background-color: #f8f8f8;
.enter-input {
&.empty {
.ivu-input {
background: transparent;
border-color: transparent;
&:hover,
&:focus {
box-shadow: none;
}
}
}
}
.sublist {
.ivu-row {
margin-bottom: 12px;
> div {
padding-right: 7px;
&:last-child {
padding-right: 0;
}
}
}
}
}
.ivu-date-picker {
width: 100%;
}
}
}
.task-add-advanced-transfer {
.task-drop-prepend {
text-align: center;
color: #c5c8ce;
line-height: 20px;
padding-bottom: 5px;
font-size: 12px;
border-bottom: 1px solid #f1f1f1;
margin-bottom: 5px;
}
}