Commit db16e260ba0de3de9440e3b25f185cdcf7c4d341

Authored by trainee
1 parent a476e828
Exists in master

try search

src/app/dashboard/dashboard.component.html
@@ -19,7 +19,9 @@ @@ -19,7 +19,9 @@
19 <div class="caption"> 19 <div class="caption">
20 <h1 class="icon-bubble font-green-sharp"> 20 <h1 class="icon-bubble font-green-sharp">
21 <span class="caption-subject font-green-sharp sbold font"> Active</span> 21 <span class="caption-subject font-green-sharp sbold font"> Active</span>
  22 +
22 <input type="text" placeholder="Search.." > 23 <input type="text" placeholder="Search.." >
  24 +
23 </h1> 25 </h1>
24 <hr> 26 <hr>
25 </div> 27 </div>
src/app/dashboard/dashboard.component.scss
@@ -24,8 +24,11 @@ @@ -24,8 +24,11 @@
24 } 24 }
25 25
26 .radius { 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 .font { 34 .font {