customization add position for form background
This commit is contained in:
parent
814a061ab8
commit
29bb895502
|
@ -20,6 +20,7 @@ export class Layout {
|
||||||
if(options.backgrounds){
|
if(options.backgrounds){
|
||||||
variables['@general-search-form-background'] = options.backgrounds.form.color;
|
variables['@general-search-form-background'] = options.backgrounds.form.color;
|
||||||
variables['@general-search-form-background-image'] = (options.backgrounds.form.imageFile?(this.getUrl(properties.utilsService + '/download/' +options.backgrounds.form.imageFile)): 'none') ;
|
variables['@general-search-form-background-image'] = (options.backgrounds.form.imageFile?(this.getUrl(properties.utilsService + '/download/' +options.backgrounds.form.imageFile)): 'none') ;
|
||||||
|
variables['@general-search-form-background-position'] = options.backgrounds.form.position;
|
||||||
variables['@base-body-background'] = options.backgrounds.light.color;
|
variables['@base-body-background'] = options.backgrounds.light.color;
|
||||||
}
|
}
|
||||||
return variables;
|
return variables;
|
||||||
|
|
Loading…
Reference in New Issue