summaryrefslogtreecommitdiff
path: root/src-migrate/modules/cart/styles/ProductPromo.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/cart/styles/ProductPromo.module.css')
-rw-r--r--src-migrate/modules/cart/styles/ProductPromo.module.css24
1 files changed, 0 insertions, 24 deletions
diff --git a/src-migrate/modules/cart/styles/ProductPromo.module.css b/src-migrate/modules/cart/styles/ProductPromo.module.css
deleted file mode 100644
index 3f6e7a05..00000000
--- a/src-migrate/modules/cart/styles/ProductPromo.module.css
+++ /dev/null
@@ -1,24 +0,0 @@
-.wrapper {
- @apply ml-16 mt-4 flex;
-}
-
-.imageWrapper {
- @apply h-24 w-24 border border-gray-300 rounded p-2.5;
-}
-
-.details {
- @apply ml-4 flex flex-col gap-y-1;
-}
-
-.name {
- @apply font-medium;
-}
-
-.code,
-.weightLabel {
- @apply text-gray-600;
-}
-
-.quantity {
- @apply py-2.5 bg-gray-100 border border-gray-300 h-fit my-auto rounded-md ml-auto font-medium w-12 text-center;
-}