Merge branch 'new-theme' of code-repo.d4science.org:MaDgIK/openaire-assets into new-theme

This commit is contained in:
Konstantinos Triantafyllou 2022-07-29 12:17:40 +03:00
commit d6befee58d
1 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@
@general-search-form-background: @global-secondary-background;
@general-search-form-background-image: none;
@general-search-form-background-position: center bottom;
@general-tab-featured-tab: @global-primary-background;
@ -167,9 +168,10 @@ noscript, ol, section, table, tfoot, ul, video;
}
/* Search Form */
.search-form {
.search-form, .generalSearchForm {
background-color: @general-search-form-background;
background-image: @general-search-form-background-image;
background-position: @general-search-form-background-position;
}
/* Filter slider */