Your IP : 216.73.217.143


Current Path : /home/ereika83/www/wp-content/plugins/bb-plugin/modules/heading/includes/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/bb-plugin/modules/heading/includes/frontend.css.php

<?php
FLBuilderCSS::responsive_rule( array(
	'settings'     => $settings,
	'setting_name' => 'color',
	'selector'     => '.fl-row .fl-col ' . $settings->tag . '.fl-node-' . $id . ',
		.fl-row .fl-col ' . $settings->tag . '.fl-node-' . $id . ' a,
		' . $settings->tag . '.fl-node-' . $id . ',
		' . $settings->tag . '.fl-node-' . $id . ' a',
	'prop'         => 'color',
	'enabled'      => ! empty( $settings->color ),
) );

FLBuilderCSS::typography_field_rule( array(
	'settings'     => $settings,
	'setting_name' => 'typography',
	'selector'     => [
		".fl-node-$id.fl-module-heading",
		".fl-node-$id.fl-module-heading :where(a, q, p, span)",
	],
) );