diff --git a/src/app/core/components/navigation/nav-collapse/nav-collapse.component.html b/src/app/core/components/navigation/nav-collapse/nav-collapse.component.html index 8cc4e9aa..5fa65648 100644 --- a/src/app/core/components/navigation/nav-collapse/nav-collapse.component.html +++ b/src/app/core/components/navigation/nav-collapse/nav-collapse.component.html @@ -1,5 +1,5 @@ - {{item.icon}} + {{item.icon}} {{item.title}} keyboard_arrow_right diff --git a/src/app/core/components/navigation/nav-item/nav-item.component.html b/src/app/core/components/navigation/nav-item/nav-item.component.html index c1e83d88..738c5cbf 100644 --- a/src/app/core/components/navigation/nav-item/nav-item.component.html +++ b/src/app/core/components/navigation/nav-item/nav-item.component.html @@ -1,5 +1,5 @@ - {{item.icon}} + {{item.icon}} {{item.title}} diff --git a/src/app/core/scss/partials/_navigation.scss b/src/app/core/scss/partials/_navigation.scss index 6e471695..1cb948d9 100644 --- a/src/app/core/scss/partials/_navigation.scss +++ b/src/app/core/scss/partials/_navigation.scss @@ -55,11 +55,7 @@ .nav-link-icon, .collapse-arrow { - font-size: 16px; - width: 16px; - height: 16px; - line-height: 16px; - color: map_get($mat-light-theme-foreground, icon);; + color: map_get($mat-light-theme-foreground, icon); } } @@ -86,4 +82,4 @@ } } } -} \ No newline at end of file +}