Merge pull request #103 from dod-ccpo/ui/projects-list

workspace projects list
This commit is contained in:
andrewdds
2018-07-27 13:05:32 -04:00
committed by GitHub
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 {