Warning Styles for no roles with estimation permission
parent
ffd9038801
commit
2bd95487e9
|
@ -21,7 +21,7 @@ block content
|
||||||
| {{ role.name }}
|
| {{ role.name }}
|
||||||
span ({{ role.members_count }} members with this role)
|
span ({{ role.members_count }} members with this role)
|
||||||
|
|
||||||
div(ng-hide="anyComputableRole") Be careful, no role in your project have can affect the user story estimation points.
|
div.any-computable-role(ng-hide="anyComputableRole") Be careful, no role in your project will be able to estimate the point value for user stories
|
||||||
|
|
||||||
div.general-category
|
div.general-category
|
||||||
| When enabled, members assigned to this role will be able to estimate the point value for user stories
|
| When enabled, members assigned to this role will be able to estimate the point value for user stories
|
||||||
|
|
|
@ -11,6 +11,12 @@
|
||||||
padding-left: .5rem;
|
padding-left: .5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.any-computable-role {
|
||||||
|
background: $red;
|
||||||
|
color: $white;
|
||||||
|
margin-bottom: .5rem;
|
||||||
|
padding: .5rem;
|
||||||
|
}
|
||||||
.general-category {
|
.general-category {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue