Commit 39198b5426b2bca8b11eb55d44eec7c4e99958ae

Authored by Leonardo Merlin
1 parent 32de3291

Fix search icon

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/app/pages/inicio/inicio.scss
... ... @@ -26,6 +26,10 @@
26 26 }
27 27  
28 28 .input-group-search {
  29 + .icon-small {
  30 + width: 35px;
  31 + height: 35px;
  32 + }
29 33 .icon-circle {
30 34 color: #fff;
31 35 padding: 5px;
... ...