Commit 71873ab2f77a3177917e80df74702eed16bcc5ca

Authored by trainee
1 parent b19e46d0
Exists in master

สร้าง search สำเร็จ เหลือทำให้ search ได้จริงๆ

src/app/dashboard/dashboard.component.html
... ... @@ -19,7 +19,7 @@
19 19 <div class="caption">
20 20 <h1 class="icon-bubble font-green-sharp">
21 21 <span class="caption-subject font-green-sharp sbold font"> Active</span>
22   - <div class="input-icon right">
  22 + <div class="input-icon right" style="margin-left: 820px; margin-top: -20px;" >
23 23 <i class="icon-magnifier">
24 24 </i>
25 25 <input type="text" placeholder="Search.." class="form-control sbold font">
... ... @@ -68,6 +68,11 @@
68 68 <div class="caption">
69 69 <h1 class="icon-bubble font-red-mint">
70 70 <span class="caption-subject font-red-mint sbold font"> On Hold</span>
  71 + <div class="input-icon right" style="margin-left: 820px; margin-top: -20px;" >
  72 + <i class="icon-magnifier">
  73 + </i>
  74 + <input type="text" placeholder="Search.." class="form-control sbold font">
  75 + </div>
71 76 </h1>
72 77 <hr>
73 78 </div>
... ...
src/app/dashboard/dashboard.component.scss
... ... @@ -31,7 +31,3 @@
31 31 font-family: "Open Sans",sans-serif;
32 32 }
33 33  
34   -.position {
35   - position: absolute;
36   - right: 15px;
37   -}
... ...