Add new icons for dossier action button

This commit is contained in:
Mathieu Magnin 2017-08-29 15:10:58 +02:00
parent 3d3a7ce3e2
commit b531f85f97
7 changed files with 30 additions and 0 deletions

View file

@ -24,4 +24,24 @@ i {
&.folder {
background-image: image-url("icons/folder.svg");
}
&.accept {
background-image: image-url("icons/accept.svg");
}
&.close {
background-image: image-url("icons/close.svg");
}
&.without-continuation {
background-image: image-url("icons/without-continuation.svg");
}
&.edit {
background-image: image-url("icons/edit-folder-blue.svg");
}
&.in-progress {
background-image: image-url("icons/in-progress-blue.svg");
}
}