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 span.icon.icon-delete
form form
h2.title Delete User Story h2.title Delete User Story
p p.question Are you sure you want to delete?
span.question Are you sure you want to delete? p.subtitle #125 Crear el perfil de usuario senior en el admin
span.subtitle #125 Crear el perfil de usuario senior en el admin p.replacement What value do you want to use as replacement?
span.replacement What value do you want to use as replacement? select.choices
select.choices p if the role is deleted all role estimates will be deleted
p if the role is deleted all role estimates will be deleted
div.options div.options
a.button.button-green(href="", title="Accept") a.button.button-green(href="", title="Accept")
span 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 { .any-computable-role {
background: $red; background: $red;
color: $white; color: $white;