add Header for cart page

This commit is contained in:
2025-10-06 01:45:23 +03:00
parent b385d40913
commit 7dd0857ea3
9 changed files with 162 additions and 337 deletions

View File

@@ -4,6 +4,8 @@
:root {
--background: #f7f7f7;
--foreground: #181818;
--primary-light: #fff;
--primary-dark: #0a0a0a;
--primary: #ffb700;
--primary2: #ffc600;
--secondary: #09237d;
@@ -304,4 +306,4 @@ label {
> label.ant-form-item-required::before {
position: relative !important;
top: 3px !important;
}
}