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 @@