summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-01 15:27:03 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-01 15:27:03 +0700
commitb92a15480cb2679316c7a109dbf3b22d12feaafc (patch)
treed8f879174e64bd76e657fe719fd359fce5c2731b /src/styles
parent39b17194cfda734ca178449ddc03b0daa4175f39 (diff)
no message
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 4e593536..f7d70150 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -213,7 +213,7 @@ html, body {
h-full
border
border-gray_r-3
- shadow-md
+ shadow
bg-white
rounded
relative
@@ -366,6 +366,10 @@ html, body {
@apply hidden;
}
+.swiper[prefix="product"] {
+ @apply py-4;
+}
+
.swiper-slide {
@apply !h-auto;
}