diff --git a/shop/static/shop/css/shop.css b/shop/static/shop/css/shop.css index 11e764f..42507a1 100644 --- a/shop/static/shop/css/shop.css +++ b/shop/static/shop/css/shop.css @@ -130,6 +130,9 @@ .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; @@ -138,6 +141,9 @@ .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 43f5401..e2df4d8 100644 --- a/shop/templates/shop/cart.html +++ b/shop/templates/shop/cart.html @@ -35,8 +35,8 @@
Avez-vous un code de réduction?
- - + +