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

@@ -1,4 +1,4 @@
<div class="{% block crud_content_main_div_class %}grid-10 centered{% endblock %}">
<div class="{% block crud_content_main_div_class %}col-10 centered{% endblock %}">
{% block crud_content_header %}
<h1>{{ ('crud.'~crud_name~'.title_delete')|trans({ '%as_string%': entity|chill_entity_render_string }) }}</h1>
{% endblock crud_content_header %}