2021-07-12 18:00:50 +08:00

17 lines
292 B
SCSS
Vendored

.task-archived {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 20px;
overflow: auto;
.archived-title {
color: #333333;
font-size: 20px;
font-weight: 500;
line-height: 1;
margin-bottom: 24px;
}
}