batch replace grid- (scratch) by col- (bootstrap)

hand replace
* push- by offset-
* no-gutter by g-0

add breakpoints md- and sm-
This commit is contained in:
2021-07-08 15:04:44 +02:00
parent b10012f4da
commit ccee105efb
34 changed files with 55 additions and 55 deletions

View File

@@ -97,7 +97,7 @@
</tbody>
</table>
{{ form_start(create_field_form) }}
<div class="grid-4">
<div class="col-4">
{{ form_widget(create_field_form.type) }}
</div>
{{ form_widget(create_field_form.submit, { 'attr': { 'class': 'btn btn-create' }, 'label': 'Add a new field' } ) }}
@@ -107,7 +107,7 @@
{{ 'Any field is currently associated with this group'|trans }}
</p>
{{ form_start(create_field_form) }}
<div class="grid-4">
<div class="col-4">
{{ form_widget(create_field_form.type) }}
</div>
{{ form_widget(create_field_form.submit, { 'attr': { 'class': 'btn btn-create' }, 'label': 'Create a new field' } ) }}