Showing
1 changed file
with
7 additions
and
3 deletions
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | .search-icon { | 7 | .search-icon { |
8 | position: absolute; | 8 | position: absolute; |
9 | font-size: 12px; | 9 | font-size: 12px; |
10 | - top: 16px; | 10 | + top: 14px; |
11 | left: 24px; | 11 | left: 24px; |
12 | } | 12 | } |
13 | 13 | ||
@@ -28,11 +28,15 @@ | @@ -28,11 +28,15 @@ | ||
28 | 28 | ||
29 | .search { | 29 | .search { |
30 | position: absolute; | 30 | position: absolute; |
31 | - top: 12px; | ||
32 | - right: .4rem; | 31 | + top: 7px; |
32 | + right:0; | ||
33 | border: none; | 33 | border: none; |
34 | background: transparent; | 34 | background: transparent; |
35 | font-size: 16px; | 35 | font-size: 16px; |
36 | + width: 3rem; | ||
37 | + height: 30px; | ||
38 | + overflow: hidden; | ||
39 | + line-height: 30px; | ||
36 | } | 40 | } |
37 | } | 41 | } |
38 | 42 |
-
Please register or login to post a comment