mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-02 11:52:27 +02:00
display bug on validate buttons
This commit is contained in:
parent
bc83967330
commit
04846caa0e
4 changed files with 15 additions and 5 deletions
|
@ -53,7 +53,7 @@
|
|||
Supprimer
|
||||
</button>
|
||||
{% else %}
|
||||
Produit déjà commandé
|
||||
<span class="is-italic mini-title">Produit déjà commandé</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -10378,6 +10378,11 @@ a.navbar-item:hover {
|
|||
border: #e9b049 1px solid !important;
|
||||
}
|
||||
|
||||
.buttons.is-pulled-right:last-child {
|
||||
float: none !important;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
.input.custom-width {
|
||||
width: unset;
|
||||
}
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
&.is-light
|
||||
border: $beige 1px solid !important
|
||||
|
||||
// for "validate" buttons at end of forms
|
||||
.buttons.is-pulled-right:last-child
|
||||
float: none !important
|
||||
justify-content: end
|
||||
|
||||
// Input
|
||||
.input.custom-width
|
||||
width: unset
|
|
@ -43,10 +43,10 @@
|
|||
<p class="subtitle">Un peu de lecture ?</p>
|
||||
<p>Chariotte news vous explique l'histoire du projet de la Chariotte</p>
|
||||
<div class="buttons is-centered">
|
||||
<a class="button is-info is-light" href="https://hashbang.fr/chariotte-news-1.html" rel="noopener" target="_blank">1. Le début d'une épopée hivernale</a>
|
||||
<a class="button is-info is-light" href="https://hashbang.fr/chariotte-news-2.html" rel="noopener" target="_blank">2. Un nouveau garage et une équipe qui dépote</a>
|
||||
<a class="button is-info is-light" href="https://hashbang.fr/chariotte-news-3.html" rel="noopener" target="_blank">3. La Chariotte comptable, mendiante et confiante</a>
|
||||
<a class="button is-info is-light" href="https://hashbang.fr/chariotte-news-4.html" rel="noopener" target="_blank">4. La Chariotte sort de son nid</a>
|
||||
<a class="button is-info is-light is-fullwidth" href="https://hashbang.fr/chariotte-news-1.html" rel="noopener" target="_blank">1. Le début d'une épopée hivernale</a>
|
||||
<a class="button is-info is-light is-fullwidth" href="https://hashbang.fr/chariotte-news-2.html" rel="noopener" target="_blank">2. Un nouveau garage et une équipe qui dépote</a>
|
||||
<a class="button is-info is-light is-fullwidth" href="https://hashbang.fr/chariotte-news-3.html" rel="noopener" target="_blank">3. La Chariotte comptable, mendiante et confiante</a>
|
||||
<a class="button is-info is-light is-fullwidth" href="https://hashbang.fr/chariotte-news-4.html" rel="noopener" target="_blank">4. La Chariotte sort de son nid</a>
|
||||
<a class="button is-info" href="mailto:laetitia@chariotte.fr?subject=Inscription à la lettre d'information !">Etre au courant de la suite !</a>
|
||||
</div>
|
||||
<p>Et suivez la Chariotte sur
|
||||
|
|
Loading…
Reference in a new issue