summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-03-20 17:14:16 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-03-20 17:14:16 +0700
commitd178a520534af7d1cbcc03134034ad8a2327b461 (patch)
tree488606d5e19782d2c0942402ab7c6e7c8d16bc1c /src/styles
parent833488811b4164d7fbdce9bd70e171f06d62bf8d (diff)
product detail and cart header
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index de40a21d..6e4d46e4 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -432,6 +432,7 @@ button {
p-4
items-center
bg-red_r-11
+ font-medium
!text-gray_r-1
rounded-none
rounded-tr-xl;
@@ -442,18 +443,15 @@ button {
}
.navbar-user-dropdown-wrapper a {
- @apply text-gray_r-12/80 hover:text-red_r-11 font-medium py-1;
+ @apply text-gray_r-12/80 hover:bg-gray_r-5 font-medium py-2 px-4;
}
.navbar-user-dropdown {
@apply bg-white
border
border-gray_r-6
- p-4
+ py-2
w-full
- flex
- flex-col
- gap-y-2
shadow;
}
@@ -497,7 +495,7 @@ button {
}
.category-mega-box > div:hover .category-mega-box__parent {
- @apply bg-yellow_r-4;
+ @apply bg-gray_r-5;
}
.category-mega-box > div:hover .category-mega-box__child-wrapper {