GIF94;
| Path : /var/www/wordpress/wp-content/plugins/oxygen/subplugins/oxygen-elements/elements/CSS_Code/ |
| Current File : /var/www/wordpress/wp-content/plugins/oxygen/subplugins/oxygen-elements/elements/CSS_Code/html.twig |
{% if isBuilder and not content.content.disable_builder_label %}
<div style="padding: 20px; background: repeating-linear-gradient(145deg, #eff6ff, #eff6ff 10px, #d8e3f9 10px, #d8e3f9 20px); width: 100%; color: black; font-weight: bold;">
{{ content.content.builder_label | default('CSS Code') }}
</div>
{% endif %}