Rename the close icon to refuse
This commit is contained in:
parent
dd47f96424
commit
2d9313b10b
4 changed files with 4 additions and 4 deletions
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B |
|
@ -29,8 +29,8 @@
|
|||
background-image: image-url("icons/accept.svg");
|
||||
}
|
||||
|
||||
&.close {
|
||||
background-image: image-url("icons/close.svg");
|
||||
&.refuse {
|
||||
background-image: image-url("icons/refuse.svg");
|
||||
}
|
||||
|
||||
&.without-continuation {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
%h4 Classer sans suite
|
||||
L'usager ne recevra aucune notification
|
||||
%li{ onclick: "TPS.showMotivation('close');" }
|
||||
.icon.close
|
||||
.icon.refuse
|
||||
.description
|
||||
%h4 Refuser
|
||||
L'usager sera notifié que son dossier a été refusé
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
.icon.unarchive
|
||||
.icon.folder
|
||||
.icon.accept
|
||||
.icon.close
|
||||
.icon.refuse
|
||||
.icon.without-continuation
|
||||
.icon.edit
|
||||
.icon.in-progress
|
||||
|
|
Loading…
Reference in a new issue