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");
|
background-image: image-url("icons/accept.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
&.close {
|
&.refuse {
|
||||||
background-image: image-url("icons/close.svg");
|
background-image: image-url("icons/refuse.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
&.without-continuation {
|
&.without-continuation {
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
%h4 Classer sans suite
|
%h4 Classer sans suite
|
||||||
L'usager ne recevra aucune notification
|
L'usager ne recevra aucune notification
|
||||||
%li{ onclick: "TPS.showMotivation('close');" }
|
%li{ onclick: "TPS.showMotivation('close');" }
|
||||||
.icon.close
|
.icon.refuse
|
||||||
.description
|
.description
|
||||||
%h4 Refuser
|
%h4 Refuser
|
||||||
L'usager sera notifié que son dossier a été refusé
|
L'usager sera notifié que son dossier a été refusé
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
.icon.unarchive
|
.icon.unarchive
|
||||||
.icon.folder
|
.icon.folder
|
||||||
.icon.accept
|
.icon.accept
|
||||||
.icon.close
|
.icon.refuse
|
||||||
.icon.without-continuation
|
.icon.without-continuation
|
||||||
.icon.edit
|
.icon.edit
|
||||||
.icon.in-progress
|
.icon.in-progress
|
||||||
|
|
Loading…
Reference in a new issue