Warning Styles for no roles with estimation permission

stable
Xavier Julián 2014-10-15 12:40:11 +02:00 committed by David Barragán Merino
parent ffd9038801
commit 2bd95487e9
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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;