workspace projects list
This commit is contained in:
@@ -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 {
|
||||
|
@@ -16,10 +16,12 @@
|
||||
|
||||
th {
|
||||
@include block-list-header;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
td {
|
||||
@include block-list-item;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
|
Reference in New Issue
Block a user