mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
- style of h3 subtitle
This commit is contained in:
parent
fe3d437096
commit
241e605ea6
@ -2,6 +2,11 @@
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
&::before {
|
||||||
|
font: normal normal normal 20px/1 ForkAwesome;
|
||||||
|
margin-right: 0.5em;
|
||||||
|
content: "\f061";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.family-title {
|
.family-title {
|
||||||
margin-bottom: 1rem !important;
|
margin-bottom: 1rem !important;
|
||||||
@ -58,4 +63,4 @@
|
|||||||
button[aria-expanded="true"] > span.folded,
|
button[aria-expanded="true"] > span.folded,
|
||||||
button[aria-expanded="false"] > span.unfolded { display: none; }
|
button[aria-expanded="false"] > span.unfolded { display: none; }
|
||||||
button[aria-expanded="false"] > span.folded,
|
button[aria-expanded="false"] > span.folded,
|
||||||
button[aria-expanded="true"] > span.unfolded { display: inline; }
|
button[aria-expanded="true"] > span.unfolded { display: inline; }
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<h3 class="subtitle">{{ 'Actual budget'|trans }}</h3>
|
<h2 class="subtitle">{{ 'Actual budget'|trans }}</h2>
|
||||||
{% if actualCharges|length > 0 or actualResources|length > 0 %}
|
{% if actualCharges|length > 0 or actualResources|length > 0 %}
|
||||||
{% include '@ChillBudget/Budget/_current_budget.html.twig' with {
|
{% include '@ChillBudget/Budget/_current_budget.html.twig' with {
|
||||||
'actualResources': actualResources,
|
'actualResources': actualResources,
|
||||||
@ -45,7 +45,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if pastCharges|length > 0 or pastResources|length > 0 %}
|
{% if pastCharges|length > 0 or pastResources|length > 0 %}
|
||||||
<h3 class="subtitle">{{ 'Past budget'|trans }}</h3>
|
<h2 class="subtitle">{{ 'Past budget'|trans }}</h2>
|
||||||
{% include '@ChillBudget/Budget/_past_budget.html.twig' with {
|
{% include '@ChillBudget/Budget/_past_budget.html.twig' with {
|
||||||
'pastCharges': pastCharges,
|
'pastCharges': pastCharges,
|
||||||
'pastResources': pastResources,
|
'pastResources': pastResources,
|
||||||
@ -54,7 +54,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if futureCharges|length > 0 or futureResources|length > 0 %}
|
{% if futureCharges|length > 0 or futureResources|length > 0 %}
|
||||||
<h3 class="subtitle">{{ 'Future budget'|trans }}</h3>
|
<h2 class="subtitle">{{ 'Future budget'|trans }}</h2>
|
||||||
{% include '@ChillBudget/Budget/_future_budget.html.twig' with {
|
{% include '@ChillBudget/Budget/_future_budget.html.twig' with {
|
||||||
'futureResources': futureResources,
|
'futureResources': futureResources,
|
||||||
'futureCharges': futureCharges,
|
'futureCharges': futureCharges,
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
} %}
|
} %}
|
||||||
|
|
||||||
<div class="mt-5">
|
<div class="mt-5">
|
||||||
<h3 class="subtitle">{{ 'Budget calculator'|trans }}</h3>
|
<h2 class="subtitle">{{ 'Budget calculator'|trans }}</h2>
|
||||||
{{ table_results(charges, resources) }}
|
{{ table_results(charges, resources) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user