[CSS] .section-widget class and derivatives replaced as .frame-section, since a widget implies a simple element with a specific function

This commit is contained in:
2022-01-19 23:54:45 +00:00
committed by Diogo Peralta Cordeiro
parent 7d546e8901
commit f731850f5c
36 changed files with 321 additions and 398 deletions

View File

@@ -23,7 +23,7 @@
{% block profile_view %}{% include 'cards/profile/view.html.twig' %}{% endblock profile_view %}
{% endfor %}
<div class="section-widget section-padding">
<div class="frame-section frame-section-padding">
{{ "Page: " ~ page }}
</div>
{% endblock %}

View File

@@ -26,7 +26,7 @@
{% endblock current_note %}
{% endfor %}
<div class="section-widget section-padding section-widget-paging">
<div class="frame-section frame-section-padding frame-section-paging">
{{ "Page " ~ page }}
</div>
{% endblock %}