mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
Add increment feedback basic messages
This commit is contained in:
parent
1da9d80b3e
commit
f596a2ec0e
3 changed files with 15 additions and 3 deletions
|
@ -5,3 +5,7 @@
|
||||||
.is-disabled {
|
.is-disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[v-cloak] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
|
@ -60,6 +60,7 @@
|
||||||
@import "6-helpers/_globals";
|
@import "6-helpers/_globals";
|
||||||
@import "6-helpers/_colors";
|
@import "6-helpers/_colors";
|
||||||
@import "6-helpers/_spacing";
|
@import "6-helpers/_spacing";
|
||||||
|
@import "6-helpers/_state";
|
||||||
|
|
||||||
/// -------------------------------------------------------------
|
/// -------------------------------------------------------------
|
||||||
// vendors
|
// vendors
|
||||||
|
|
|
@ -19,9 +19,16 @@ title: Compteur de grève
|
||||||
<article>
|
<article>
|
||||||
<h2>Et vous ?</h2>
|
<h2>Et vous ?</h2>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
|
<div>
|
||||||
<form action="/" method="post">
|
<form action="/" method="post">
|
||||||
<button class="btn w100 mb15">Je fais grève</button>
|
<button class="btn w100 mb15">Je fais grève</button>
|
||||||
</form>
|
</form>
|
||||||
|
<div class="success" v-cloak>
|
||||||
|
<strong class="block text-bold">Merci pour votre participation ! ✨</strong>
|
||||||
|
↓ Nous avons <strong>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
|
||||||
|
</div>
|
||||||
|
<div class="error" v-cloak>Message d'erreur à faire</div>
|
||||||
|
</div>
|
||||||
<a href="#" class="btn btn--secondary w100 mb15">Je partage le compteur</a>
|
<a href="#" class="btn btn--secondary w100 mb15">Je partage le compteur</a>
|
||||||
<a href="#" class="btn btn--ghost w100 mb15">En savoir plus</a>
|
<a href="#" class="btn btn--ghost w100 mb15">En savoir plus</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue