mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 15:47:17 +01:00
p.s: I would like to be able to select a particular tag to show, but none of the dashboard widgets are configurable. I hate increasing the app size from 300k to almost 3 mb for something so simple, but we must adapt to the majority and use vue here.
8 lines
162 B
SCSS
8 lines
162 B
SCSS
.icon-quicknotes {
|
|
@include icon-color('app', 'quicknotes', $color-black);
|
|
}
|
|
|
|
.icon-pinned {
|
|
@include icon-color('pinned', 'quicknotes', $color-black);
|
|
}
|