Merge pull request 'fix/affichage-snackbar' (#168) from fix/affichage-snackbar into main
Reviewed-on: #168
This commit is contained in:
commit
c496e13146
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
||||||
|
body {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.snackbar {
|
.snackbar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: #FF563C;
|
background-color: #FF563C;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -40,4 +45,4 @@ span {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
|
@ -25,10 +25,9 @@
|
||||||
<div class="indexContactSocials">
|
<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.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>
|
<a class="iconLink" href="https://www.instagram.com/agecem_officiel"><img class="indexContactSocial" src="/public/icones/instagram-icon.svg"></img></a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ template "snackbar-html" }}
|
{{ template "snackbar-html" }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue