Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arturu committed Jun 27, 2024
1 parent 931e0ad commit 0ac26f0
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/offcanvas/offcanvas-sidebar-mobile.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</div>
<section class="section bg-white border-top border-bottom d-block d-lg-none">
<div class="container d-flex justify-content-between align-items-center py-3">
<h2 class="h6 text-uppercase mb-0"><strong>{{ _offcanvas_title }}</strong></h2>
<h2 class="h6 mb-0"><strong>{{ _offcanvas_title }}</strong></h2>
<button class="btn btn-link d-lg-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#{{ _offcanvas_id }}" aria-expanded="false" aria-controls="{{ _offcanvas_id }}">
{% include '@bi-bcl/icon/icon.html.twig' with {name: _offcanvas_icon} %}
</button>
Expand Down
1 change: 0 additions & 1 deletion src/scss/custom/components/_better_exposed_filters.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.bef-exposed-form {
.fieldset-legend {
@extend h6;
@extend .text-uppercase;
}
.fieldset-wrapper {
@extend .px-2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</div>

<div class="col-12 col-sm-9 col-lg-5 col-md-8">
<small class="h6 text-redbrown text-uppercase">{{ content.field_tipologia_documento }}</small>
<small class="h6 text-redbrown">{{ content.field_tipologia_documento }}</small>
<div class="section-title">
<h1{{ title_attributes.addClass('mb-3') }}>{{ label }}</h1>
<p>{{ content.field_abstract }}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<div class="col-12 col-sm-9 col-md-8 col-lg-5">
<div class="title-content">
<small class="h6 text-greendark text-uppercase">{{ content.field_tipologia_finanziamento }}</small>
<small class="h6 text-greendark">{{ content.field_tipologia_finanziamento }}</small>
<h1{{ title_attributes }}>{{ label }}</h1>
{{ content.field_abstract }}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div class="col-md-6 order-md-1 d-flex align-items-center">
<div class="title-content pt-5">
{% if content.field_sede_legale|render|striptags|trim == 'Vero' %}
<small class="h6 text-redbrown text-uppercase">Sede legale</small>
<small class="h6 text-redbrown">Sede legale</small>
{% endif %}
<h1{{ title_attributes }}>{{ label }}</h1>
{{ content.field_abstract }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<div class="col-12 col-sm-9 col-lg-5 col-md-8">
<div class="section-title">
<small class="h6 text-purplelight text-uppercase">{{ content.field_struttura_didattica }}</small>
<small class="h6 text-purplelight">{{ content.field_struttura_didattica }}</small>
<h1{{ title_attributes.addClass('mb-3') }}>{{ label }}</h1>
<p>{{ content.field_abstract }}</p>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% apply spaceless %}
{% for item in items %}
<div{{ item.attributes.addClass(['mb-3']) }}>A.S. {{ item.content }}</div>
<div{{ item.attributes.addClass(['mb-3']) }}><abbr title="Anno Scolastico">A.S.</abbr> {{ item.content }}</div>
{% endfor %}
{% endapply %}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% apply spaceless %}
{% for item in items %}
<div{{ item.attributes.addClass(['h4', 'mb-3']) }}>A.S. {{ item.content }}</div>
<div{{ item.attributes.addClass(['h4', 'mb-3']) }}><abbr title="Anno Scolastico">A.S.</abbr> {{ item.content }}</div>
{% endfor %}
{% endapply %}
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="col-md-6 order-md-2">{{ content.field_copertina }}</div>
<div class="col-md-6 order-md-1 d-flex align-items-center">
<div class="title-content pt-5">
<small class="h6 text-bluelectric text-uppercase">{{ content.field_tipologia_progetto }}</small>
<small class="h6 text-bluelectric">{{ content.field_tipologia_progetto }}</small>
<h1{{ title_attributes }}>{{ label }}</h1>
{{ content.field_abstract }}
{{ content.field_anno_scolastico }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<div class="col-12 col-sm-9 col-lg-5 col-md-8">
<div class="section-title">
<small class="h6 text-bluelectric text-uppercase">{{ content.field_grado_di_istruzione }}</small>
<small class="h6 text-bluelectric">{{ content.field_grado_di_istruzione }}</small>
<h1{{ title_attributes.addClass('mb-0') }}>{{ label }}</h1>
<small class="">{{ content.field_materie }}</small>
<p>{{ content.field_abstract }}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<div class="col-12 col-sm-9 col-md-8 col-lg-5">
<div class="section-title">
<small class="h6 text-purplelight text-uppercase">{{ content.field_tipologia_servizio }}</small>
<small class="h6 text-purplelight">{{ content.field_tipologia_servizio }}</small>
<h1{{ title_attributes.addClass('mb-3').setAttribute('data-element', 'service-title') }}>{{ label }}</h1>
{{ content.field_abstract }}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div class="col-md-6 order-md-2">{{ content.field_copertina }}</div>
<div class="col-md-6 order-md-1 d-flex align-items-center">
<div class="title-content pt-5">
<small class="h6 text-redbrown text-uppercase">{{ content.field_codice_meccanografico }}</small>
<small class="h6 text-redbrown">{{ content.field_codice_meccanografico }}</small>
<h1{{ title_attributes }}>{{ label }}</h1>
{{ content.field_abstract }}
<aside class="badges-wrapper badges-main">{{ content.field_argomenti }}</aside>
Expand Down

0 comments on commit 0ac26f0

Please sign in to comment.