mirror of
https://github.com/GuerillaStudio/compteur-de-greve.git
synced 2024-12-18 05:41:56 +00:00
underline "besoin de vous" in greeting messages
This commit is contained in:
parent
a6747466cd
commit
d26dc5ce0a
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ $helpers: (
|
|||
// (text-italic, font-style, italic),
|
||||
// (text-uppercase, text-transform, uppercase),
|
||||
// (text-lowercase, text-transform, lowercase),
|
||||
// (text-underline, text-decoration, underline),
|
||||
(text-underline, text-decoration, underline),
|
||||
(text-left, text-align, left),
|
||||
(text-center, text-align, center),
|
||||
(text-right, text-align, right),
|
||||
|
|
|
@ -32,7 +32,7 @@ permalink:
|
|||
</form>
|
||||
<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>
|
||||
<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 !
|
||||
<span aria-hidden="true">↓</span> Nous avons <a class="text-bold text-underline" 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>
|
||||
|
|
Loading…
Reference in a new issue