stylesheet: add a small size for icons
This commit is contained in:
parent
04a4513452
commit
23f8c63f6a
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
||||||
background-size: 24px 24px;
|
background-size: 24px 24px;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
|
||||||
|
&.small {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
background-size: 16px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
&.follow {
|
&.follow {
|
||||||
background-image: image-url("icons/follow-folder.svg");
|
background-image: image-url("icons/follow-folder.svg");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue