cart: enhance order summary styles

This commit is contained in:
2025-10-11 11:07:40 +03:00
parent 3ea54c0b3d
commit 0035a84dea
4 changed files with 67 additions and 102 deletions

View File

@@ -15,7 +15,7 @@
--primary2: #ffc600;
--secondary: #09237d;
--text-color: #fff;
--text-color-gray: #5f6c7b;
--text-color-gray: #5f6c7b; /* rgba(67, 78, 92, 1); */
--success: #03b100;
--danger: #dc3545;
--primary-glow: radial-gradient(
@@ -43,6 +43,8 @@
--secondary-background: #0a0a0a;
--secondary-foreground: #ffffff;
--border: #363636;
--text-color: #000;
--text-color-gray: #5f6c7b; /* rgba(67, 78, 92, 1); */
}
html,