From 74afa6d663b32a7daa0cb637ca21a2514c123030 Mon Sep 17 00:00:00 2001 From: WednesdaySP Date: Tue, 8 Oct 2024 21:59:20 +0530 Subject: [PATCH] count btn updated --- .vscode/settings.json | 2 +- Html-files/cart.html | 22 ++++++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3d25faff..ba4021ef 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "liveServer.settings.port": 5502 + "liveServer.settings.port": 5503 } diff --git a/Html-files/cart.html b/Html-files/cart.html index 1abd027f..0fbda38d 100644 --- a/Html-files/cart.html +++ b/Html-files/cart.html @@ -220,25 +220,35 @@ } .decrease-quantity { - padding-inline: 10px; - background: #1454f7; + padding-inline: 12px; + background: #a52a2a; border: none; border-radius: 2px; font-size: 20px; font-weight: 500; - color: #cbf7e3; + color: white; + margin: 5px; + } + .decrease-quantity:hover{ + background-color: white; + color: #a52a2a; } .increase-quantity { - padding-inline: 10px; - background: #1454f7; + padding-inline: 12px; + background: #a52a2a; border: none; border-radius: 2px; font-size: 20px; font-weight: 500; - color: #cbf7e3; + color: white; + margin: 5px; } + .increase-quantity:hover{ + background-color: white; + color:#a52a2a; + } #cart-total { background: #a52a2a; padding: 3px 5px;