dootask/resources/assets/sass/pages/page-project.scss
2021-06-10 13:23:01 +08:00

20 lines
371 B
SCSS
Vendored

.page-project {
flex: 1;
display: flex;
align-items: flex-start;
.project-list {
flex: 1;
width: 0;
height: 100%;
background-color: #fafafa;
}
.project-dialog {
position: relative;
height: 100%;
width: 35%;
min-width: 320px;
max-width: 520px;
flex-shrink: 0;
}
}