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

@@ -29,7 +29,7 @@
<li class="cancel">
<a href="{{ path('report_list', { 'person_id': person.id } ) }}" class="btn btn-cancel">{{ 'Back to the list'|trans }}</a>
<li>
<button class="sc-button green" type="submit">
<button class="btn btn-chill-green" type="submit">
<i class="fa fa-plus"></i>
{{ 'Create a new report'|trans }}
</button>

View File

@@ -24,7 +24,7 @@
{{ form_start(form) }}
{{ form_widget(form.cFGroup) }}
<button class="sc-button green" type="submit">
<button class="btn btn-chill-green" type="submit">
<i class="fa fa-upload"></i>
{{ 'Export this kind of reports'|trans }}
</button>