wip
This commit is contained in:
parent
03af121e92
commit
2d4caefd26
32 changed files with 866 additions and 778 deletions
|
|
@ -24,7 +24,7 @@ const _etats = {
|
|||
|
||||
<div class="actions">
|
||||
<button
|
||||
{{ products|length == 12 ? '' : 'hidden' }} class="bouton-case-pleine bouton-blanc-sur-noir"
|
||||
{{ products|length == 12 ? '' : 'hidden' }} class="bouton-case-pleine bouton-inverse"
|
||||
id="bouton-plus-de-produits" type="button"
|
||||
>
|
||||
Show more
|
||||
|
|
|
|||
|
|
@ -259,7 +259,10 @@
|
|||
</form>
|
||||
|
||||
<footer class="panneau__pied-de-page">
|
||||
<button form="formulaire-commande" type="submit">
|
||||
<button
|
||||
class="bouton-case-pleine bouton-inverse" form="formulaire-commande"
|
||||
type="submit"
|
||||
>
|
||||
Calculate shipping
|
||||
</button>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@
|
|||
value="{{ code_promo ? code_promo }}"
|
||||
/>
|
||||
<button
|
||||
class="bouton-blanc-sur-noir" for="code-promo"
|
||||
class="bouton-inverse" for="code-promo"
|
||||
id="bouton-code-promo" type="button"
|
||||
>
|
||||
{{ code_promo ? 'Remove' : 'Apply' }}
|
||||
|
|
|
|||
|
|
@ -10,9 +10,7 @@
|
|||
<div class="selecteur-produit__attribut-variation">
|
||||
{% if product.attributes %}
|
||||
{% for attribut in product.attributes %}
|
||||
<div class="test">
|
||||
{{ include('parts/pages/produit/selecteur-attributs-produit.twig') }}
|
||||
</div>
|
||||
{{ include('parts/pages/produit/selecteur-attributs-produit.twig') }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
@ -93,5 +91,5 @@
|
|||
<code></code>
|
||||
<p>If that happens again, please contact us with the content or a capture of the error.</p>
|
||||
|
||||
<button class="bouton-blanc-sur-noir" autofocus>Close</button>
|
||||
<button class="bouton-inverse" autofocus>Close</button>
|
||||
</dialog>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
</label>
|
||||
|
||||
<select
|
||||
aria-labelledby="label-{{ atribut.slug }}" id="{{ attribut.slug }}"
|
||||
aria-labelledby="label-{{ attribut.slug }}" id="{{ attribut.slug }}"
|
||||
name="{{ attribut.slug }}" required
|
||||
>
|
||||
<option
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue