stylesheet: add a small size for icons

This commit is contained in:
Pierre de La Morinerie 2019-03-13 11:35:40 +01:00
parent 04a4513452
commit 23f8c63f6a

View file

@ -5,6 +5,12 @@
background-size: 24px 24px;
vertical-align: bottom;
&.small {
width: 16px;
height: 16px;
background-size: 16px 16px;
}
&.follow {
background-image: image-url("icons/follow-folder.svg");
}