mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
Add scroll to anchors
This commit is contained in:
parent
bab7b76385
commit
6615762a38
2 changed files with 10 additions and 6 deletions
|
@ -2,6 +2,10 @@
|
||||||
// main
|
// main
|
||||||
// -----------------------------------------------------------
|
// -----------------------------------------------------------
|
||||||
|
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
|
|
@ -32,14 +32,14 @@ permalink:
|
||||||
</form>
|
</form>
|
||||||
<div class="notif notif--success notif--successPlusOne" x-bind="thanks" x-cloak>
|
<div class="notif notif--success notif--successPlusOne" x-bind="thanks" x-cloak>
|
||||||
<strong class="block text-bold text-big mb1">Merci pour votre participation ! ✨</strong>
|
<strong class="block text-bold text-big mb1">Merci pour votre participation ! ✨</strong>
|
||||||
<span aria-hidden="true">↓</span> Nous avons <strong class="text-bold">besoin de vous</strong> pour faire du <em class="text-bold">7 mars</em> une journée de mobilisation qui restera dans les mémoires !
|
<span aria-hidden="true">↓</span> Nous avons <a class="text-bold" href="#partager">besoin de vous</a> pour faire du <em class="text-bold">7 mars</em> une journée de mobilisation qui restera dans les mémoires !
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<a href="#" class="btn btn--secondary w100 mb15">
|
<a href="#partager" class="btn btn--secondary w100 mb15">
|
||||||
{% include 'icons/megaphone.svg' %} Je partage le compteur
|
{% include 'icons/megaphone.svg' %} Je partage le compteur
|
||||||
</a>
|
</a>
|
||||||
<a href="#" class="btn btn--tertiary w100 mb15">
|
<a href="#savoir-plus" class="btn btn--tertiary w100 mb15">
|
||||||
{% include 'icons/question.svg' %} En savoir plus
|
{% include 'icons/question.svg' %} En savoir plus
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -47,7 +47,7 @@ permalink:
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="container text-center">
|
<section class="container text-center" id="partager">
|
||||||
<h2 class="title-2">Partagez le site !</h2>
|
<h2 class="title-2">Partagez le site !</h2>
|
||||||
|
|
||||||
<div class="flex flex-wrap justify-center">
|
<div class="flex flex-wrap justify-center">
|
||||||
|
@ -60,7 +60,7 @@ permalink:
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="container text-center">
|
<section class="container text-center" id="aider">
|
||||||
<h2 class="title-2">3 actions pour aider</h2>
|
<h2 class="title-2">3 actions pour aider</h2>
|
||||||
<div class="flex flex-col justify-center align-items-center">
|
<div class="flex flex-col justify-center align-items-center">
|
||||||
<a class="btn btn--light mb25" href="" target="_blank">✉️ <span class="text-bold">Envoyer un mail</span>aux collègues</a>
|
<a class="btn btn--light mb25" href="" target="_blank">✉️ <span class="text-bold">Envoyer un mail</span>aux collègues</a>
|
||||||
|
@ -69,7 +69,7 @@ permalink:
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="container text-center">
|
<section class="container text-center" id="savoir-plus">
|
||||||
<h2 class="title-2">En savoir plus</h2>
|
<h2 class="title-2">En savoir plus</h2>
|
||||||
<div class="flex flex-col justify-center align-items-center">
|
<div class="flex flex-col justify-center align-items-center">
|
||||||
<a class="btn btn--light mb25" href="" target="_blank">💸 Simuler ma retraite avec la réforme</a>
|
<a class="btn btn--light mb25" href="" target="_blank">💸 Simuler ma retraite avec la réforme</a>
|
||||||
|
|
Loading…
Reference in a new issue