diff --git a/shop/static/shop/css/shop.css b/shop/static/shop/css/shop.css index 42507a1..11e764f 100644 --- a/shop/static/shop/css/shop.css +++ b/shop/static/shop/css/shop.css @@ -130,9 +130,6 @@ .confirm-nav-button { background-color: #90ee90; color: #505050; - min-width: 100px; - border-radius: 12px; - height: 40px; font-size: 12px; font-weight: 600; text-decoration: none; @@ -141,9 +138,6 @@ .cancel-nav-button { background-color: #e84039; color: white; - min-width: 100px; - border-radius: 12px; - height: 40px; font-size: 12px; font-weight: 600; text-decoration: none; diff --git a/shop/templates/shop/cart.html b/shop/templates/shop/cart.html index e2df4d8..43f5401 100644 --- a/shop/templates/shop/cart.html +++ b/shop/templates/shop/cart.html @@ -35,8 +35,8 @@
Avez-vous un code de réduction?
- - + +
diff --git a/shop/templates/shop/my_orders.html b/shop/templates/shop/my_orders.html index 304fa71..708af24 100644 --- a/shop/templates/shop/my_orders.html +++ b/shop/templates/shop/my_orders.html @@ -61,7 +61,7 @@ {% else %}

Vous n'avez pas encore de commandes.

- Découvrir la boutique + Découvrir la boutique
{% endif %}