@import '../../../behaviors/picker/template-selector.wxss';
|
|
.picker-selector {
|
justify-content: flex-end;
|
}
|
|
.subtask-wrap {
|
background-color: var(--td-bg-color-fade);
|
/* border-radius: var(--td-border-radius); */
|
border-bottom-left-radius: var(--td-border-radius);
|
border-bottom-right-radius: var(--td-border-radius);
|
box-shadow: var(--td-shadow-4);
|
padding: var(--td-spacer);
|
/* margin-top: var(--td-spacer); */
|
color: var(--td-text-color-primary);
|
}
|
|
.flex-end {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
|
.subtask-title {
|
/* background-color: blanchedalmond; */
|
font-weight: 600;
|
font-size: var(--td-font-size-m);
|
}
|
|
.subtask-abstract {
|
font-size: var(--td-font-size-base);
|
}
|
|
.stat-card__loading {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
margin-top: var(--td-spacer-2);
|
height: var(--content-height);
|
}
|