Move styles to "styles" directory

This commit is contained in:
Patrick Smith
2018-08-02 14:33:21 -04:00
parent 015adaf30f
commit b67b4cca44
34 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
.project-list-item {
.project-list-item__environment {
display: flex;
flex-direction: row;
justify-content: space-between;
.project-list-item__environment__link {
@include icon-link;
@include icon-link-large;
}
.project-list-item__environment__members {
display: flex;
flex-direction: row;
align-items: center;
span {
@include h6;
}
}
}
}