| Current Path : /var/www/homesaver/www/bitrix/js/landing/ui/field/color/src/processor/ |
| Current File : /var/www/homesaver/www/bitrix/js/landing/ui/field/color/src/processor/navbar_color.js |
import Color from './color';
export default class NavbarColor extends Color
{
constructor(options)
{
super(options);
this.setEventNamespace('BX.Landing.UI.Field.Processor.NavbarColor');
this.property = 'color';
this.variableName = '--navbar-color';
this.className = 'u-navbar-color';
}
}