Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/ui/field/color/src/processor/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/landing/ui/field/color/src/processor/navbar_bg.js

import Color from './color';

export default class NavbarBgColor extends Color
{
	constructor(options)
	{
		super(options);
		this.setEventNamespace('BX.Landing.UI.Field.Processor.NavbarBgColor');
		this.property = 'background-color';
		this.variableName = '--navbar-bg-color';
		this.className = 'u-navbar-bg';
	}
}