Skip to content

Commit 964091c

Browse files
committed
fix css bouletasse
1 parent 8b87318 commit 964091c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/views/vmd-home.view.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
}
111111
}
112112

113-
.searchAppointment {
113+
.platforms {
114114
&-logo {
115115
margin: {
116116
top: 1.6rem;

src/views/vmd-home.view.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ export class VmdHomeView extends LitElement {
106106
</div>
107107
</div>
108108
109-
<div class="searchAppointment mt-5">
109+
<div class="platforms mt-5">
110110
<h5 class="text-black-50 text-center mb-5">Trouvez vos rendez-vous avec</h5>
111111
112112
<div class="row justify-content-center align-items-center">
113113
${Object.values(PLATEFORMES).filter(p => p.promoted).map(plateforme => {
114114
return html`
115115
<div class="col-auto">
116-
<img class="searchAppointment-logo ${plateforme.styleCode}" src="${Router.basePath}assets/images/png/${plateforme.logo}" alt="Créneaux de vaccination ${plateforme.nom}">
116+
<img class="platforms-logo ${plateforme.styleCode}" src="${Router.basePath}assets/images/png/${plateforme.logo}" alt="Créneaux de vaccination ${plateforme.nom}">
117117
</div>
118118
`
119119
})}

0 commit comments

Comments
 (0)