update demo react add to cart,

This commit is contained in:
louiscklaw
2025-06-06 14:34:13 +08:00
parent d6c87e33f0
commit 731cb7500e
13 changed files with 367 additions and 26 deletions

View File

@@ -0,0 +1,14 @@
.buttonContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
}
.button {
--padding-top: 1.75rem;
--padding-bottom: 1.75rem;
--padding-start: 1.75rem;
--padding-end: 1.75rem;
}