dootask/resources/assets/sass/pages/components/project-archived.scss
2021-07-12 18:00:50 +08:00

17 lines
295 B
SCSS
Vendored

.project-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;
}
}