2017-07-11 15:58:31 +02:00
|
|
|
i {
|
|
|
|
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-07-11 15:58:31 +02:00
|
|
|
}
|