Change "reklamacje" form style

This commit is contained in:
2026-03-02 11:00:51 +01:00
parent 754234f553
commit e1f6a1c933

View File

@@ -7,7 +7,15 @@
<div class="row">
<div class="col-12">
<script type="module" src="https://plugin.locatick.com/webform/index.js"></script>
<locatick-form-plugin token="<?php echo $locatickToken; ?>"></locatick-form-plugin>
<locatick-form-plugin
token="<?php echo $locatickToken; ?>"
primary-color="#1e2832"
background-color="#f7f6f5"
text-color="#1e293b"
font-family="'URW Form', sans-serif"
border-style="1px solid #f7f6f5"
>
</locatick-form-plugin>
</div>
</div>
</div>