File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 30
30
class =" flex items-center flex-grow-0 w-3/5 h-16 md:pl-4 lg:pl-0 md:pr-0 md:w-auto md:flex-grow"
31
31
:class =" { 'w-4/5': !hasSidebar }"
32
32
>
33
- <form class =" w-full lg:pl-10" >
33
+ <form class =" relative w-full lg:pl-10" >
34
+ <vp-icon
35
+ name =" search"
36
+ class =" absolute z-20 ml-3 pin-c-y"
37
+ />
34
38
<SearchBox
35
39
role =" search"
36
40
class =" w-full"
Original file line number Diff line number Diff line change 5
5
div .search-box {
6
6
input {
7
7
@apply w-full py-5 pl-10 rounded-md ;
8
+ background : none ;
8
9
background-color : var (--bg-input );
9
10
border-color : var (--border-color );
11
+ color : var (--color );
12
+ font-size : 16px ;
10
13
left : 0 ;
11
- background-image : url (' ~@/theme/assets/sprite/svg/search.svg' );
12
- background-position : 16px center ;
14
+ z-index : 10 ;
13
15
14
16
& :focus {
15
17
outline : auto ;
You can’t perform that action at this time.
0 commit comments