admin project values
parent
9effcef2e2
commit
82486aa5ea
|
@ -14,6 +14,8 @@ block content
|
||||||
header
|
header
|
||||||
include views/components/mainTitle
|
include views/components/mainTitle
|
||||||
|
|
||||||
p.total US Statuses
|
div.project-values-options
|
||||||
|
a.button.button-green(href="", title="Add New")
|
||||||
|
span Add new status
|
||||||
|
|
||||||
include views/modules/admin/project-values
|
include views/modules/admin/project-values
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
.project-values-options {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
text-align: right;
|
||||||
|
}
|
|
@ -81,6 +81,7 @@ $prefix-for-spec: true;
|
||||||
@import 'layout/taskboard';
|
@import 'layout/taskboard';
|
||||||
@import 'layout/us-detail';
|
@import 'layout/us-detail';
|
||||||
@import 'layout/admin-membership';
|
@import 'layout/admin-membership';
|
||||||
|
@import 'layout/admin-project-values';
|
||||||
@import 'layout/project-colors';
|
@import 'layout/project-colors';
|
||||||
@import 'layout/kanban';
|
@import 'layout/kanban';
|
||||||
@import 'layout/issues';
|
@import 'layout/issues';
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
//.project-values-table {}
|
|
||||||
|
|
||||||
.project-values-row {
|
.project-values-row {
|
||||||
@include table-flex(stretch, center, flex, row, wrap, center);
|
@include table-flex(stretch, center, flex, row, wrap, center);
|
||||||
border-bottom: 1px solid $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
|
|
Loading…
Reference in New Issue