summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index f6561b00..6447284e 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -98,7 +98,7 @@ button {
border
text-gray_r-12
border-gray_r-7
- !bg-white
+ bg-white
bg-transparent
w-full
leading-none
@@ -117,7 +117,7 @@ button {
}
.form-msg-danger {
- @apply text-danger-600 mt-2 block;
+ @apply text-danger-600 mt-2 block text-sm;
}
.btn-yellow,
@@ -563,7 +563,8 @@ button {
}
.category-mega-box > div:hover .category-mega-box__parent {
- @apply bg-gray_r-5;
+ @apply bg-gray_r-5
+ w-full;
}
.category-mega-box > div:hover .category-mega-box__child-wrapper {
@@ -583,12 +584,11 @@ button {
@apply absolute
left-[100%]
top-12
- w-[40vw]
bg-gray_r-1/90
backdrop-blur-md
border
border-gray_r-6
- p-6
+ p-6
opacity-0
h-full
transition-all
@@ -604,6 +604,7 @@ button {
transition-colors
ease-linear
duration-100
+ w-fit
font-semibold;
}
@@ -613,6 +614,7 @@ button {
transition-colors
ease-linear
duration-100
+ w-full
font-normal;
}