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/fill_color_second.js

import Color from "./color";

export default class FillColorSecond extends Color
{
	constructor(options)
	{
		super(options);
		this.setEventNamespace('BX.Landing.UI.Field.Processor.FillColorSecond');
		this.property = 'fill';
		this.pseudoClass = ':after';
		this.variableName = '--fill-second';
		this.className = 'g-fill-second';
	}
}