team folders page

This commit is contained in:
Peter Papp
2021-08-26 12:20:36 +02:00
parent 7020720392
commit bee7352b28
21 changed files with 620 additions and 73 deletions
@@ -9,7 +9,10 @@
{{-- Single option --}}
.svg-color-theme {fill: {{ $color }}}
.svg-color-theme {
fill: {{ $color }};
stroke: {{ $color }};
}
.svg-stroke-theme {stroke: {{ $color }}}
.hover-svg-stroke-theme:hover {stroke: {{ $color }}}