diff --git a/scss/atat.scss b/scss/atat.scss index a2f91592..c5485270 100644 --- a/scss/atat.scss +++ b/scss/atat.scss @@ -29,3 +29,4 @@ @import 'sections/login'; @import 'sections/request_approval'; +@import 'sections/projects_list'; diff --git a/scss/elements/_block_lists.scss b/scss/elements/_block_lists.scss index dc5062af..c222c3ad 100644 --- a/scss/elements/_block_lists.scss +++ b/scss/elements/_block_lists.scss @@ -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 { diff --git a/scss/elements/_tables.scss b/scss/elements/_tables.scss index 79b4dc08..5971be8f 100644 --- a/scss/elements/_tables.scss +++ b/scss/elements/_tables.scss @@ -16,10 +16,12 @@ th { @include block-list-header; + display: table-cell; } td { @include block-list-item; + display: table-cell; } &:last-child { diff --git a/scss/sections/_projects_list.scss b/scss/sections/_projects_list.scss new file mode 100644 index 00000000..5472ee29 --- /dev/null +++ b/scss/sections/_projects_list.scss @@ -0,0 +1,33 @@ +.project-list-item { + .project-list-item__environment { + display: flex; + flex-direction: row; + justify-content: space-between; + + .project-list-item__environment__link { + text-decoration: none; + display: flex; + flex-direction: row; + align-items: center; + + .icon { + @include icon-color($color-primary); + margin-right: $gap; + } + + span { + text-decoration: underline; + } + } + + .project-list-item__environment__members { + display: flex; + flex-direction: row; + align-items: center; + + span { + @include h6; + } + } + } +} diff --git a/templates/workspace_projects.html.to b/templates/workspace_projects.html.to index f0e2f67f..bba33713 100644 --- a/templates/workspace_projects.html.to +++ b/templates/workspace_projects.html.to @@ -2,25 +2,29 @@ {% block workspace_content %} -
Name | -
---|
{{ p['name'] }} | -