fix/affichage-snackbar #168

Merged
vlbeaudoin merged 3 commits from fix/affichage-snackbar into main 2023-10-30 14:29:19 -04:00
2 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,10 @@
body {
margin-bottom: 50px;
}
.snackbar {
position: fixed;
left: 0;
bottom: 0;
background-color: #FF563C;
color: #fff;
@ -40,4 +45,4 @@ span {
height: 30px;
width: 30px;
cursor: pointer;
}
}

View file

@ -25,10 +25,9 @@
<div class="indexContactSocials">
<a class="iconLink" href="https://www.facebook.com/asso.agecem"><img class="indexContactSocial" src="/public/icones/facebook-icon.svg"></img></a>
<a class="iconLink" href="https://www.instagram.com/agecem_officiel"><img class="indexContactSocial" src="/public/icones/instagram-icon.svg"></img></a>
</div>
</div>
{{ template "snackbar-html" }}
{{ template "snackbar-html" }}
</body>
</html>
{{ end }}