File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- < button type ="button " class ="position " data-bs-toggle ="modal " data-bs-target ="#exampleModal ">
2
- < svg xmlns ="http://www.w3.org/2000/svg " width ="16 " height ="16 " class ="bi bi-funnel "
3
- viewBox ="0 0 16 16 ">
4
- < path d ="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2z "/>
5
- </ svg >
6
- </ button >
1
+ < div class ="-translate-y-0.5 ">
2
+ < i data-bs-toggle ="modal " data-bs-target ="#exampleModal " class ="bi bi-funnel w-[50px] h-full text-center text-gray-400 group-hover:text-black transition-all ease-in pl-2 border-l border-solid -mr-1 border-gray-400 cursor-pointer "> </ i >
3
+ </ div >
7
4
< div class ="modal fade z-50 " id ="exampleModal " tabindex ="-1 " aria-labelledby ="exampleModalLabel " aria-hidden ="true ">
8
5
< div class ="modal-dialog ">
9
6
< div class ="modal-content ">
Original file line number Diff line number Diff line change 5
5
</ a >
6
6
</ div >
7
7
< div
8
- class ="flex flex-row w-11/12 min-h-[40px] max-w-[800px] ml-2 mr-2 group bg-blue-100 rounded-full mt-1 mb-1 justify-start text-[#000] items-center ">
8
+ class ="flex flex-row w-11/12 min-h-[40px] max-w-[800px] ml-2 mr-2 group bg-blue-100 rounded-full mt-1 mb-1 justify-center text-[#000] items-center ">
9
9
< i class ="bi bi-search w-[50px] text-center text-gray-400 group-hover:text-black group-active:text-black transition-all ease-in "> </ i >
10
10
< input
11
11
autocomplete ="off "
16
16
(input) ="onSearch() "
17
17
(keydown) ="onEnterKey($event) "
18
18
/>
19
- < app-home-filter > </ app-home-filter >
19
+ < app-home-filter > </ app-home-filter >
20
20
</ div >
21
21
@if ( !isMapUrl) {
22
22
< button routerLink ="/map " class ="btn hide-on-mobile rounded-full "> < i class ="bi bi-map "> </ i > </ button >
You can’t perform that action at this time.
0 commit comments