[develop-filters-redesign | WIP | ADDED] general.less: Added css for new search filters.

This commit is contained in:
Konstantina Galouni 2024-09-10 02:55:38 +03:00
parent 038684a0dc
commit cd42415968
1 changed files with 12 additions and 0 deletions

View File

@ -237,6 +237,18 @@ noscript, ol, section, table, tfoot, ul, video;
}
}
/** Search filter */
@label-search-filter-background: @uk-label-secondary;
@label-search-filter-color: @global-inverse-color;
.selected-filter-icon circle {
fill: @label-search-filter-background;
}
.selected-filter-icon text {
color: @label-search-filter-color;
}
/* Download drop */
.download-drop {