Compare commits
No commits in common. "787cb54b7d61ba06785d3321d5407ca7b571fde8" and "8f96feb5e183b2e4396c2c2f6da23b2c00eeff9e" have entirely different histories.
787cb54b7d
...
8f96feb5e1
5 changed files with 7 additions and 48 deletions
|
@ -1,38 +0,0 @@
|
|||
footer.css .pageFooter {
|
||||
background: #f3f3f7;
|
||||
/*Gris pâle*/
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
ul.footerElementList {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
list-style: none;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.footerElement {
|
||||
font-family: "Poppins";
|
||||
font-weight: 400;
|
||||
/*semi-bold*/
|
||||
font-size: 0.5rem;
|
||||
/*8px*/
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.footerElement {
|
||||
font-family: "Poppins";
|
||||
font-weight: 400;
|
||||
/*semi-bold*/
|
||||
font-size: 0.75rem;
|
||||
/*12px*/
|
||||
text-align: center;
|
||||
}
|
||||
}
|
|
@ -15,7 +15,6 @@ img {
|
|||
body {
|
||||
margin: 0;
|
||||
padding-top: 60px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{{ define "footer-html" }}
|
||||
<footer class="pageFooter">
|
||||
<div class="wrapper">
|
||||
<ul class="footerElementList">
|
||||
<li><a class="footerElement" href="/public/images/header_agecem.png">En-tête de documents</a></li>
|
||||
<li><a class="footerElement" href="/admin">Panneau d'administration</a></li>
|
||||
<small>
|
||||
<ul>
|
||||
<li><a href="/public/images/header_agecem.png">en-tête de documents</a></li>
|
||||
<li><a href="/admin">panneau d'administration</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</small>
|
||||
</footer>
|
||||
{{ end }}
|
|
@ -2,7 +2,6 @@
|
|||
<link rel="stylesheet" href="/public/css/general.css">
|
||||
<link rel="stylesheet" href="/public/css/fonts.css">
|
||||
<link rel="stylesheet" href="/public/css/header.css">
|
||||
<link rel="stylesheet" href="/public/css/footer.css">
|
||||
<script>
|
||||
function onToggleNav() {
|
||||
var menu = document.querySelector(".headerMenuMobile");
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
src="/public/icones/instagram-icon.svg"></img></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- {{ template "snackbar-html" }} -->
|
||||
{{ template "footer-html" }}
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue