Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit c378ac25 authored by Julie Thézénas's avatar Julie Thézénas Committed by Christophe Chaudier
Browse files

feat: add style on track

parent b7ee701a
No related branches found
No related tags found
1 merge request!45Resolve "Add matomo stats"
This commit is part of merge request !45. Comments created here will be created in the context of that merge request.
......@@ -340,8 +340,26 @@ html[data-theme='dark'] .menu__link {
}
}
/******** Matomo & track *********/
.matomo_optout {
border: 0;
height: 200px;
width: 600px;
}
.no_track {
margin-left: 0px;
margin-right: 0px;
}
.notrack_container {
display: flex;
justify-content: center;
}
.no_track {
margin-left: 12px;
margin-right: 12px;
width: 10rem;
height: auto;
}
\ No newline at end of file
......@@ -62,10 +62,13 @@ function Footer() {
/>
</div>
<a href="/confidentialite#ne-me-trackez-pas" target="_self" rel="nofollow" >
<DontTrackMe />
</a>
<div className="notrack_container">
<a id="Dont_track" href="/confidentialite#Dont_track" target="_self" rel="nofollow" >
<DontTrackMe className="no_track" />
</a>
</div>
</div>
</>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment