File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ const SVGMobileSearchIcon = () => {
15
15
to : [
16
16
{
17
17
opacity : isExpanded ? 1 : 0 ,
18
- marginTop : isExpanded ? '30px ' : '-180px' ,
18
+ marginTop : isExpanded ? '20px ' : '-180px' ,
19
19
} ,
20
20
] ,
21
21
from : {
22
22
opacity : isExpanded ? 1 : 0 ,
23
- marginTop : isExpanded ? '30px ' : '-180px' ,
23
+ marginTop : isExpanded ? '20px ' : '-180px' ,
24
24
} ,
25
25
} ) ;
26
26
@@ -46,10 +46,10 @@ const SVGMobileSearchIcon = () => {
46
46
style = { mobileSearchSlideDownAnimation }
47
47
className = "absolute right-0 z-50 w-full p-4 text-black bg-white"
48
48
>
49
- < div className = "cursor-pointer" >
49
+ < div id = "closeXsearch" className = "mt-2 ml-64 cursor-pointer" >
50
50
< SVGCloseX setisExpanded = { setisExpanded } />
51
51
</ div >
52
- < br />
52
+
53
53
< MobileSearch />
54
54
</ animated . div >
55
55
) }
Original file line number Diff line number Diff line change 10
10
width : 300px ;
11
11
}
12
12
13
+ # closeXsearch {
14
+ padding-left : 6px ;
15
+
16
+ }
17
+
13
18
# close-cart-p {
14
19
margin-top : 2px ;
15
20
}
You can’t perform that action at this time.
0 commit comments