summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-promo/styles/item.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src-migrate/modules/product-promo/styles/item.module.css')
-rw-r--r--src-migrate/modules/product-promo/styles/item.module.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/src-migrate/modules/product-promo/styles/item.module.css b/src-migrate/modules/product-promo/styles/item.module.css
new file mode 100644
index 00000000..86127836
--- /dev/null
+++ b/src-migrate/modules/product-promo/styles/item.module.css
@@ -0,0 +1,19 @@
+.item {
+ @apply min-w-[110px] max-w-[110px];
+}
+
+.image {
+ @apply relative border border-gray_r-6 p-2.5 rounded-lg mb-3;
+}
+
+.fillDesc {
+ @apply mt-2 text-danger-600;
+}
+
+.quantity {
+ @apply backdrop-blur-lg border border-danger-300 text-danger-600 font-semibold px-2 py-1 text-caption-2 flex items-center justify-center rounded absolute bottom-2.5;
+}
+
+.name {
+ @apply mt-1 line-clamp-2 leading-5 font-medium;
+}