fix #1397 - rename role
parent
b4bc65a00d
commit
ebb000ea4b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue