Commit db16e260ba0de3de9440e3b25f185cdcf7c4d341

Authored by trainee
1 parent a476e828
Exists in master

try search

src/app/dashboard/dashboard.component.html
... ... @@ -19,7 +19,9 @@
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 +
22 23 <input type="text" placeholder="Search.." >
  24 +
23 25 </h1>
24 26 <hr>
25 27 </div>
... ...
src/app/dashboard/dashboard.component.scss
... ... @@ -24,8 +24,11 @@
24 24 }
25 25  
26 26 .radius {
27   - border: auto;
28   - border-radius: 10% !important;
  27 + width: 60%;
  28 + height: 25px;
  29 + margin: 0 auto;
  30 + border: 1px solid black;
  31 + border-radius: 10px
29 32 }
30 33  
31 34 .font {
... ...