2017-10-16 18:29:40 +02:00
|
|
|
.icon {
|
2017-07-11 15:58:31 +02:00
|
|
|
display: inline-block;
|
2017-07-27 16:16:14 +02:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
background-size: 24px 24px;
|
|
|
|
vertical-align: bottom;
|
2017-07-11 15:58:31 +02:00
|
|
|
|
|
|
|
&.follow {
|
|
|
|
background-image: image-url("icons/follow-folder.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
&.unfollow {
|
|
|
|
background-image: image-url("icons/unfollow-folder.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
&.archive {
|
|
|
|
background-image: image-url("icons/archive.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
&.unarchive {
|
|
|
|
background-image: image-url("icons/unarchive.svg");
|
|
|
|
}
|
2017-07-27 16:16:14 +02:00
|
|
|
|
|
|
|
&.folder {
|
|
|
|
background-image: image-url("icons/folder.svg");
|
|
|
|
}
|
2017-08-29 15:10:58 +02:00
|
|
|
|
|
|
|
&.accept {
|
|
|
|
background-image: image-url("icons/accept.svg");
|
|
|
|
}
|
|
|
|
|
2017-11-30 17:35:12 +01:00
|
|
|
&.refuse {
|
|
|
|
background-image: image-url("icons/refuse.svg");
|
2017-08-29 15:10:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&.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");
|
|
|
|
}
|
2017-09-07 10:30:40 +02:00
|
|
|
|
|
|
|
&.bubble {
|
|
|
|
background-image: image-url("icons/bubble.svg");
|
|
|
|
}
|
2017-09-12 15:27:57 +02:00
|
|
|
|
|
|
|
&.attachment {
|
|
|
|
background-image: image-url("icons/attachment.svg");
|
|
|
|
}
|
2017-09-19 17:43:07 +02:00
|
|
|
|
|
|
|
&.lock {
|
|
|
|
background-image: image-url("icons/lock.svg");
|
|
|
|
}
|
2017-10-05 23:27:02 +02:00
|
|
|
|
|
|
|
&.printer {
|
|
|
|
background-image: image-url("icons/printer.svg");
|
|
|
|
}
|
2017-07-11 15:58:31 +02:00
|
|
|
}
|