customization add position for form background

This commit is contained in:
argirok 2022-07-27 14:45:42 +03:00
parent a064da7524
commit 6da64d06ec
1 changed files with 2 additions and 0 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;
@ -170,6 +171,7 @@ noscript, ol, section, table, tfoot, ul, video;
.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 */