Files
Aerbim/templates/block_settings/blocks_settings.html
2024-07-10 14:14:58 +03:00

3 lines
529 B
HTML

{#style="width: 100%;padding: 3% 0;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %}"#}
style="width: 100%;padding: 60px 0;{% if block.bg_image %} background: url({{ MEDIA_URL }}{{ block.bg_image }}); background-size: cover; background-repeat: no-repeat; background-position: top;{% elif block.bg_color %} background: {{ block.bg_color }}{% endif %};"