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_color_fix_moment.js

import Color from './color';

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