[develop | DONE | CHANGED]: Updated color of selected search filter labels (not purple, but portal color).

1. newSearchPage.component.html: Replaced class "uk-label-search-filter" with "uk-label-secondary" on selected search filter labels.
2. color.less: Removed color variable @search-filter-color: #B41FD0;
3. label.less: Removed custom color variables and class "uk-label-search-filter" | Updated class "uk-label-secondary".
4. explore-custom.less: Override @uk-label-secondary: @explore-color;
This commit is contained in:
Konstantina Galouni 2024-04-30 13:08:54 +03:00
parent b79dbd20ec
commit ca41e89465
1 changed files with 2 additions and 0 deletions

View File

@ -48,3 +48,5 @@
color: @secondary-color;
}
}
@uk-label-secondary: @explore-color;