Sidebar desktop navigation refactoring

This commit is contained in:
Čarodej
2022-01-21 18:23:27 +01:00
parent e2cfdd5345
commit ba05cdde83
6 changed files with 337 additions and 275 deletions
@@ -4,6 +4,15 @@
$color = $settings->app_color ?? '#00BC7E';
@endphp
{{-- Tailwind Helpers --}}
.router-link-active .icon-active {
color: {{ $color }};
}
.router-link-active .text-active {
color: {{ $color }};
}
{{-- Group options --}}
.group:hover:not(.hover-disabled) .group-hover-text-theme {color: {{ $color }} !important;}