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

@@ -12,6 +12,9 @@
@include panel-base;
@include panel-theme-default;
padding: $gap * 2;
display: flex;
flex-direction: row;
justify-content: space-between;
}
@mixin block-list__title {

View File

@@ -16,10 +16,12 @@
th {
@include block-list-header;
display: table-cell;
}
td {
@include block-list-item;
display: table-cell;
}
&:last-child {