Warning Styles for no roles with estimation permission
parent
ffd9038801
commit
2bd95487e9
|
@ -21,7 +21,7 @@ block content
|
|||
| {{ role.name }}
|
||||
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
|
||||
| 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;
|
||||
}
|
||||
}
|
||||
.any-computable-role {
|
||||
background: $red;
|
||||
color: $white;
|
||||
margin-bottom: .5rem;
|
||||
padding: .5rem;
|
||||
}
|
||||
.general-category {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue