workspace projects list

This commit is contained in:
Andrew Croce
2018-07-27 12:19:20 -04:00
parent b21c997e09
commit d7281e12ba
5 changed files with 61 additions and 18 deletions

View File

@@ -0,0 +1,33 @@
.project-list-item {
.project-list-item__environment {
display: flex;
flex-direction: row;
justify-content: space-between;
.project-list-item__environment__link {
text-decoration: none;
display: flex;
flex-direction: row;
align-items: center;
.icon {
@include icon-color($color-primary);
margin-right: $gap;
}
span {
text-decoration: underline;
}
}
.project-list-item__environment__members {
display: flex;
flex-direction: row;
align-items: center;
span {
@include h6;
}
}
}
}