Created
June 22, 2020 19:43
-
-
Save dzhuryn/cf32beff1badfc2f69243272558fb2d0 to your computer and use it in GitHub Desktop.
Добавляем информационный блок для PageBuilder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="field fields-block" data-field="<?= $name ?>"> | |
<div class="group-title"> | |
<?= $field['caption'] ?> | |
</div> | |
</div> | |
<style> | |
.fields-block .group-title { | |
border: 2px dashed #ccc; | |
padding: 15px; | |
width: 100%; | |
text-align: center; | |
font-weight: bolder; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment