generated from gitea_admin/default
dev
This commit is contained in:
@@ -55,7 +55,10 @@
|
||||
<!-- CHIFFRES -->
|
||||
<!-- ================== -->
|
||||
<PageSection tone="" content-size="default" padded_size="md" class="chiffres_wp">
|
||||
<Chiffres />
|
||||
<Chiffres
|
||||
title="L'ORCHESTRE PARTOUT EN ÎLE-DE-FRANCE"
|
||||
:items="missionsChiffres"
|
||||
/>
|
||||
</PageSection>
|
||||
|
||||
|
||||
@@ -166,6 +169,13 @@
|
||||
}
|
||||
)
|
||||
const missions = computed(() => mission.value?.[0] || null)
|
||||
const missionsChiffres = [
|
||||
{ value: '8', label: 'Départements' },
|
||||
{ value: '+ de 60', label: 'Villes' },
|
||||
{ value: '+ de 120', label: 'concerts' },
|
||||
{ value: '100 000', label: 'Spectateurs et spectatrices' },
|
||||
{ value: '22 000', label: "Bénéficiares de l'action culturelle" }
|
||||
]
|
||||
|
||||
</script>
|
||||
|
||||
@@ -478,7 +488,7 @@
|
||||
// =======================
|
||||
.missions--page {
|
||||
.chiffres_wp {
|
||||
background-color: #31ae13c2;
|
||||
background-color: var(--c-background-vert);
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user