dfdb482172
* front-end
53 lines
967 B
SCSS
53 lines
967 B
SCSS
.conversejs {
|
|
livechat-converse-muc-task-lists {
|
|
padding: 1em;
|
|
width: 100%;
|
|
}
|
|
|
|
livechat-converse-muc-task-list {
|
|
width: 100%;
|
|
|
|
.task-list-line {
|
|
border: 1px solid var(--chatroom-head-bg-color);
|
|
border-radius: 4px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-around;
|
|
padding: 0.25em;
|
|
column-gap: 0.25em;
|
|
width: 100%;
|
|
|
|
.task-list-toggle-tasks,
|
|
.task-list-action {
|
|
border: 0;
|
|
padding-left: 0.25em;
|
|
padding-right: 0.25em;
|
|
}
|
|
|
|
.task-list-name {
|
|
flex-grow: 2;
|
|
|
|
form {
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
column-gap: 0.25em;
|
|
|
|
input[type="text"] {
|
|
flex-grow: 2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.task-list-tasks {
|
|
padding-left: 2em;
|
|
width: 100%;
|
|
}
|
|
|
|
.task-list-add-task {
|
|
padding: 0.25em 0.25em 0.25em 2em;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|