batch replace sc-button by btn btn-...

This commit is contained in:
2021-07-05 21:55:24 +02:00
parent 53c021b06e
commit a5d749b882
44 changed files with 72 additions and 71 deletions

View File

@@ -33,7 +33,7 @@
<ul class="record_actions">
<li>
{{ form_widget(form.submit, { 'attr': { 'class': 'sc-button orange' } } ) }}
{{ form_widget(form.submit, { 'attr': { 'class': 'btn btn-chill-orange' } } ) }}
</li>
</ul>

View File

@@ -14,7 +14,7 @@
<ul class="record_actions">
<li>
{{ form_widget(form.submit, { 'attr': { 'class': 'sc-button orange' } } ) }}
{{ form_widget(form.submit, { 'attr': { 'class': 'btn btn-chill-orange' } } ) }}
</li>
</ul>

View File

@@ -32,7 +32,7 @@
<ul class="record_actions">
<li>
{{ form_widget(form.submit, { 'attr': { 'class': 'sc-button orange' } } ) }}
{{ form_widget(form.submit, { 'attr': { 'class': 'btn btn-chill-orange' } } ) }}
</li>
</ul>