taiga-front/app/modules/projects/listing/styles/profile-projects.scss

21 lines
508 B
SCSS

.profile-projects {
border-top: 1px solid $whitish;
.list-itemtype-project {
display: flex;
justify-content: space-between;
min-height: 10rem;
.project-list-single-title-wrapper {
display: flex;
}
.list-itemtype-project-image {
flex-shrink: 0;
}
.list-itemtype-project-right {
display: flex;
flex-direction: column;
flex-shrink: 0;
width: 200px;
}
}
}