grid view implementation

This commit is contained in:
Čarodej
2021-10-28 14:49:12 +02:00
parent 240880e2ad
commit b53d9fb93a
15 changed files with 617 additions and 50 deletions
@@ -16,7 +16,7 @@
.svg-color-theme-darken {
fill: {{ $color }};
stroke: {{ $color }};
filter: brightness(0.75);
filter: brightness(0.80);
}
.svg-stroke-theme {stroke: {{ $color }}}