[develop-filters-redesign | WIP | ADDED] general.less: Added css for new search filters.
This commit is contained in:
parent
038684a0dc
commit
cd42415968
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue