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 {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
[v-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
@import "6-helpers/_globals";
|
||||
@import "6-helpers/_colors";
|
||||
@import "6-helpers/_spacing";
|
||||
@import "6-helpers/_state";
|
||||
|
||||
/// -------------------------------------------------------------
|
||||
// vendors
|
||||
|
|
|
@ -19,9 +19,16 @@ title: Compteur de grève
|
|||
<article>
|
||||
<h2>Et vous ?</h2>
|
||||
<div class="flex flex-col">
|
||||
<div>
|
||||
<form action="/" method="post">
|
||||
<button class="btn w100 mb15">Je fais grève</button>
|
||||
</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--ghost w100 mb15">En savoir plus</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue