fix #1397 - rename role

stable
Juanfran 2014-10-22 08:54:38 +02:00 committed by Xavier Julián
parent b4bc65a00d
commit ebb000ea4b
2 changed files with 17 additions and 6 deletions

View File

@ -2,12 +2,11 @@ a.close(href="", title="close")
span.icon.icon-delete
form
h2.title Delete User Story
p
span.question Are you sure you want to delete?
span.subtitle #125 Crear el perfil de usuario senior en el admin
span.replacement What value do you want to use as replacement?
select.choices
p if the role is deleted all role estimates will be deleted
p.question Are you sure you want to delete?
p.subtitle #125 Crear el perfil de usuario senior en el admin
p.replacement What value do you want to use as replacement?
select.choices
p if the role is deleted all role estimates will be deleted
div.options
a.button.button-green(href="", title="Accept")
span Accept

View File

@ -53,6 +53,18 @@
}
}
}
.total {
@extend %large;
@extend %title;
background-color: $whitish;
color: $grayer;
padding: 1rem;
span {
@extend %medium;
@extend %text;
padding-left: .5rem;
}
}
.any-computable-role {
background: $red;
color: $white;