23 lines
424 B
SCSS
23 lines
424 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|